summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.css b/index.css
index c07ffa8..4800826 100644
--- a/index.css
+++ b/index.css
@@ -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;
}
}