diff options
Diffstat (limited to 'themes/24-unification/layouts/_default/baseof.html')
-rw-r--r-- | themes/24-unification/layouts/_default/baseof.html | 6 |
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); |