summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css
index 8f9901a..72a8b4f 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -44,7 +44,7 @@
body {
width: 60vw;
- height: calc(100vh - 2rem);
+ min-height: calc(100vh - 2rem);
font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
background-color: var(--bg);