From 9e48090f0b25e7104e1aee86bbd6a04fcdcbb250 Mon Sep 17 00:00:00 2001 From: Melonai Date: Sun, 10 May 2020 00:51:33 +0200 Subject: firefox width fix --- client/static/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/static') diff --git a/client/static/main.css b/client/static/main.css index 17efbd5..e24db3a 100644 --- a/client/static/main.css +++ b/client/static/main.css @@ -6,7 +6,8 @@ html * { .active { justify-content: center; position: absolute; - max-width: 100vw; + width: 100%; + box-sizing: border-box; top: 40%; padding: 0 50px 0 50px; } -- cgit 1.4.1