diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ body { - width: 60vw; - height: 100vh; + width: 50vw; font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; background-color: transparent; @@ -229,7 +228,7 @@ only screen and (max-width:1440px) { } body { - width: 90vw !important; + width: 70vw !important; } } |
