From 5aa7e3a77d87e4ee0defe2502b471945733cb637 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 15 Dec 2025 19:36:43 -0600 Subject: remove footer padding --- theme/static/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theme') diff --git a/theme/static/styles.css b/theme/static/styles.css index f0954c2..f838e9b 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -6,8 +6,7 @@ body { max-width: 50em; } -body, -footer { +body { padding: 1rem; } -- cgit v1.2.3