From a9add7b78faefed8c55e44d36120a3d4f7b7b015 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 17 Dec 2025 10:01:03 -0600 Subject: fix body padding and footer margin on small screens --- theme/static/styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index d3eda0f..71acb7e 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -6,9 +6,12 @@ body { max-width: 50em; } -body, +body { + padding: 1rem; +} + footer { - padding: 1rem 0; + margin: 1rem 0; } nav { -- cgit v1.2.3