From ab555e8c2f247301905709df3b5f6a16e05215f1 Mon Sep 17 00:00:00 2001 From: ewy Date: Wed, 1 Jul 2026 19:20:02 +0200 Subject: fix footers --- terminal.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'terminal.css') 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 +} -- cgit v1.3.1