From 1039b02268a52d106d82e31991796b0ddc137365 Mon Sep 17 00:00:00 2001 From: bochard Date: Fri, 21 Mar 2025 19:23:20 +0800 Subject: [PATCH] few tweaks --- styles/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/index.css b/styles/index.css index 9f9b608..4f5e183 100644 --- a/styles/index.css +++ b/styles/index.css @@ -8,6 +8,7 @@ html { background-position: center; } body { + font-family: serif; margin: 0 auto; width: 100%; max-width: 1000px; @@ -76,4 +77,5 @@ footer { justify-content: center; align-items: center; margin-top: 20px; + margin-bottom: 400px; } -- 2.39.5