summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/index.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/index.css b/public/index.css
index 63098f9..0866b71 100644
--- a/public/index.css
+++ b/public/index.css
@@ -1,5 +1,6 @@
body {
width: 50vw;
+ height: calc(100vh - 2rem);
font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 14px;
background-color: transparent;
@@ -223,14 +224,14 @@ input:focus {
}
/* Phone screen adjustments */
-@media only screen and (device-width: 1440px),
-only screen and (max-width:1440px) {
+@media only screen and (device-width: 1280px),
+only screen and (max-width:1280px) {
header > h1 {
font-size: 1.5rem;
}
body {
- width: 70vw !important;
+ width: 80vw !important;
}
}