From fe611f9ba79ad9d47b59a236299f632c3141e436 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Sat, 22 Jun 2024 01:33:11 +0200 Subject: [PATCH] fixed content being hidden by footer --- src/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/global.css b/src/global.css index aa55674..919c634 100644 --- a/src/global.css +++ b/src/global.css @@ -27,6 +27,10 @@ html, body { font-family: 'JetBrains Mono'; } +html { + padding-bottom: 30px; +} + h1, h2, h3, h4, h5, h6 { font-family: 'Pixelify Sans'; }