summaryrefslogtreecommitdiff
path: root/themes/24-unification/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/24-unification/layouts/_default/baseof.html')
-rw-r--r--themes/24-unification/layouts/_default/baseof.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html
index ac2c294..4cdcfe6 100644
--- a/themes/24-unification/layouts/_default/baseof.html
+++ b/themes/24-unification/layouts/_default/baseof.html
@@ -58,11 +58,11 @@
--breakpoint: 800px;
}
html {
- height: 100%;
+ min-height: 100dvh;
}
body {
- height: 100%;
- width: 1000px;
+ min-height: 100dvh;
+ width: 1200px;
margin: 0;
background-color: var(--bg-color);
color: var(--text-color);