From 2cbf7a8fd7720046c8d30ba74b54dc6d6bdb0e79 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 05 Apr 2025 14:01:54 +0800 Subject: [PATCH] CSS: Add margin-bottom on footer --- static/style.css | 1 + diff --git a/static/style.css b/static/style.css index f885b68c589797b43b12877b4c4e1b5b6599c3f0..518ad687a7bedc25e2b0bbdf2e4af992b767448e 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; -- 2.48.1