From d3b7e5b7c06eec03cb5d51c51e10f6df3e5c446e Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 15 Feb 2020 22:39:09 +0100 Subject: wow things are actually centered now --- webAO/styles/client.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'webAO') 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; -- cgit