summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.css b/common/main.css
index 57d929b..984cdd4 100644
--- a/common/main.css
+++ b/common/main.css
@@ -81,7 +81,7 @@ h2 {
.page {
width: min(var(--content-width), 100vw);
- min-height: 100vh;
+ min-height: fit-content;
margin: 0 auto;
padding-top: 128px;