diff options
| author | ache <ache@ache.one> | 2023-11-05 13:55:41 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2023-11-05 13:55:41 +0100 |
| commit | 9ed2346cc47ad2f2275ca6fe82435e214c4eee4c (patch) | |
| tree | bd5031ded7fbbc6322da1d2e7d085ab80cf9c048 | |
| parent | Init commit (diff) | |
CSS to ensure max size
| -rw-r--r-- | src/app.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app.css b/src/app.css index cbb499c..a523a50 100644 --- a/src/app.css +++ b/src/app.css @@ -29,6 +29,7 @@ body { place-items: center; min-width: 320px; max-height: 100vh; + overflow: hidden; } h1 { @@ -41,9 +42,10 @@ h1 { } #app { - max-width: 1560px; + max-width: 85vh; margin: 0 auto; text-align: center; + width: 100vw; } button { |