diff options
author | User Mms <mms@voyager.local> | 2024-10-16 00:10:53 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-16 00:10:53 +0200 |
commit | f4ce5b3c920cce87091366cac9bb2218d67492d7 (patch) | |
tree | 2a93070047ccac24006861fe1c38b548426adef0 /themes | |
parent | 749e2567b4745184425ca2234e1b820ba457eb32 (diff) |
feat: yey usa
Diffstat (limited to 'themes')
-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); |