From d3bf5be9cbe667b0b791f2b84c5786a07b5cf098 Mon Sep 17 00:00:00 2001 From: ewy Date: Wed, 1 Jul 2026 19:28:07 +0200 Subject: add more height --- terminal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.3.1