From 712790acbe361e896f70531f02f31dd5797a1056 Mon Sep 17 00:00:00 2001 From: ayaka Date: Sun, 20 Oct 2024 18:08:26 +1300 Subject: [PATCH] fix footer spacing --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 4c9be76..4ec3d03 100644 --- a/static/style.css +++ b/static/style.css @@ -389,6 +389,10 @@ body > footer { opacity: 0.8; } +.footer-button { + padding-left: 10px; +} + /* / Body footer. */ /* Footer in content block. */