diff options
| author | Melonai <einebeere@gmail.com> | 2020-05-10 00:51:33 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-05-10 00:51:33 +0200 |
| commit | 9e48090f0b25e7104e1aee86bbd6a04fcdcbb250 (patch) | |
| tree | aeb8d762b7b42884172db5fd9b42abae424cfa46 /client/static/main.css | |
| parent | 64c69101975508eaf11b0aa2ba6a0faed5362878 (diff) | |
| download | shorest-9e48090f0b25e7104e1aee86bbd6a04fcdcbb250.tar.zst shorest-9e48090f0b25e7104e1aee86bbd6a04fcdcbb250.zip | |
firefox width fix
Diffstat (limited to 'client/static/main.css')
| -rw-r--r-- | client/static/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |
