From 4135abcafecf12368aa90a84cac55c74716a4040 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 15 Dec 2025 19:38:53 -0600 Subject: fix footer padding --- theme/static/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'theme/static/styles.css') diff --git a/theme/static/styles.css b/theme/static/styles.css index f838e9b..d3eda0f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -6,8 +6,9 @@ body { max-width: 50em; } -body { - padding: 1rem; +body, +footer { + padding: 1rem 0; } nav { -- cgit v1.2.3