From 224de1edd592572f3490b130f0b258b162add3af Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 13 Apr 2025 12:57:56 -0600 Subject: =?UTF-8?q?ensure=20page=20has=20a=20margin=20at=20the=20bottom=20?= =?UTF-8?q?regardless=20of=20what=E2=80=99s=20at=20the=20end?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/site.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/site.css b/assets/site.css index 539a0fe..36c408b 100644 --- a/assets/site.css +++ b/assets/site.css @@ -34,6 +34,9 @@ blockquote { border-left: 2px solid #444444; padding-left: 1em; } +main { + margin-bottom: 1em; +} table { border: 1px solid currentColor; -- cgit v1.2.3