summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorUser Mms <mms@voyager.local>2024-10-16 00:10:53 +0200
committerUser Mms <mms@voyager.local>2024-10-16 00:10:53 +0200
commitf4ce5b3c920cce87091366cac9bb2218d67492d7 (patch)
tree2a93070047ccac24006861fe1c38b548426adef0 /themes
parent749e2567b4745184425ca2234e1b820ba457eb32 (diff)
feat: yey usa
Diffstat (limited to 'themes')
-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);