From 141543a6d572d7e0cacda1890af0d22730b45308 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Thu, 16 Jan 2025 16:00:43 +0100 Subject: [PATCH] centered footer --- assets/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index a6e2cec..31a91fd 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2794,8 +2794,8 @@ figcaption a { border-block: 1px solid var(--color-border); } -.gh-footer-bar { - display: flex; +footer .gh-footer-bar { + display: flex !important; justify-content: center; align-items: center; /* column-gap: 32px; */