From 5285b32229c02d7018d46d78a26c9f780f8f51a7 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Sun, 20 Oct 2024 12:26:53 +0800 Subject: [PATCH] footer --- assets/css/screen.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 7f4640b..5149adf 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2731,7 +2731,7 @@ figcaption a { /* ---------------------------------------------------------- */ .gh-footer { - margin-top: 2vw; + margin-top: 12vw; font-size: 1.5rem; color: var(--color-darker-gray); padding-bottom: none; @@ -2750,6 +2750,11 @@ figcaption a { margin-bottom: none; } +.gh-footer-bar { + padding-bottom: none; + margin-bottom: none; +} + .gh-footer-inner, .gh-inner { padding-bottom: none;