diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 22:39:09 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 22:39:09 +0100 |
| commit | d3b7e5b7c06eec03cb5d51c51e10f6df3e5c446e (patch) | |
| tree | 0845825da2911e9315f051f2de11f05cf6df0249 /webAO | |
| parent | f2577419f6552f6f92ae6d4ee4501c198ba32fb5 (diff) | |
wow things are actually centered now
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index e76fb79..ecc2089 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -113,9 +113,7 @@ width: 80vw; max-height: 90vh; overflow-y: scroll; - justify-content: center; - align-items: center; - vertical-align: middle; + text-align: center; margin: 0 auto; background: #444; z-index: 50; |
