summaryrefslogtreecommitdiff
path: root/terminal.css
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-07-01 19:20:02 +0200
committerewy <ewy0@protonmail.com>2026-07-01 19:20:02 +0200
commitab555e8c2f247301905709df3b5f6a16e05215f1 (patch)
tree4f913e939c70eac6ef18450ab5f8dd6a12d58971 /terminal.css
parentb47e4dc7c064e88b19545337748be329fc41f9ab (diff)
fix footers
Diffstat (limited to 'terminal.css')
-rw-r--r--terminal.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/terminal.css b/terminal.css
index 13464ac..24a66ec 100644
--- a/terminal.css
+++ b/terminal.css
@@ -44,6 +44,7 @@ body {
flex-direction: column;
gap: 32px;
min-height: 120vh;
+ height: auto;
}
& footer {
@@ -155,4 +156,4 @@ section {
.bg-white {
background-color: var(--white);
-} \ No newline at end of file
+}