aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-12 12:38:15 +0100
committersD <stoned@derpymail.org>2020-02-12 12:38:15 +0100
commit1e23e713fb9dbd00632e39cc3ba6320c4ab1f01e (patch)
treeaa5309a93148c2fec364ae63646a80beb6ea0d1c
parent95d8907f492c70c83a97e13d04a55c09473402c0 (diff)
wtf is text-align start
-rw-r--r--webAO/client.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.css b/webAO/client.css
index 1deea9b..a23aa66 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -254,7 +254,7 @@ img {
word-break: keep-all;
word-wrap: break-word;
overflow-wrap: break-word;
- text-align: start;
+ text-align: left;
overflow: hidden;
scroll-behavior: smooth;
}