diff options
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; } |
