From 228f3d0cc75918beda136f0bc689fbe2a7a9bf24 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 21 Mar 2025 03:22:41 -0400 Subject: refactor: shrink `margin-bottom` of page --- css/style-unminified.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/style-unminified.css') diff --git a/css/style-unminified.css b/css/style-unminified.css index ce62664..e8dbb68 100644 --- a/css/style-unminified.css +++ b/css/style-unminified.css @@ -2,7 +2,7 @@ body { max-width: 50rem; margin: auto; padding: 0 1rem; - margin-bottom: 31.25rem; + margin-bottom: 2rem; font-family: sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji'; } -- cgit v1.2.3