From 2cbf7a8fd7720046c8d30ba74b54dc6d6bdb0e79 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 14:01:54 +0800 Subject: CSS: Add margin-bottom on footer --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index f885b68..518ad68 100644 --- a/static/style.css +++ b/static/style.css @@ -89,6 +89,7 @@ footer { margin-top: 1rem; margin-left: auto; margin-right: auto; + margin-bottom: 1rem; display: block; padding: 0 5px; width: fit-content; -- cgit v1.2.3