summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-07-01 19:28:07 +0200
committerewy <ewy0@protonmail.com>2026-07-01 19:28:07 +0200
commitd3bf5be9cbe667b0b791f2b84c5786a07b5cf098 (patch)
tree43a1fca91d6a298a4311a28b1039acd08f97cf9b
parentab555e8c2f247301905709df3b5f6a16e05215f1 (diff)
add more heightHEADmaster
-rw-r--r--terminal.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.css b/terminal.css
index 24a66ec..3fd72ad 100644
--- a/terminal.css
+++ b/terminal.css
@@ -38,13 +38,13 @@ body {
margin: auto;
font-family: monospace;
font-size: 1.2em;
+ height: auto;
& main {
display: flex;
flex-direction: column;
gap: 32px;
min-height: 120vh;
- height: auto;
}
& footer {