From 36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Sun, 27 Jul 2025 00:00:00 +0000 Subject: Make footer stick to bottom of page --- assets/static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets/static') diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 67b42f2..7bb513b 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -91,6 +91,8 @@ blockquote, ol, p, pre, ul, .highlight { background-color: black; box-sizing: border-box; color: lightgray; + display: flex; + flex-direction: column; font-family: Arial, Helvetica, sans-serif; font-size: 1.8rem; min-height: 100vh; @@ -160,3 +162,7 @@ blockquote, ol, p, pre, ul, .highlight { overflow-y: hidden; padding: 0; } + +.main { + flex-grow: 1; +} -- cgit v1.2.3