From 4263e92cf6f89ea89e9eb19fe41640184c882096 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 13 Feb 2025 20:11:55 -0800 Subject: [PATCH] reduce footer padding --- local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local.css b/local.css index ced8c87..dadb6cd 100644 --- a/local.css +++ b/local.css @@ -2,6 +2,10 @@ /* @import url("/fonts/liberationserif/stylesheet.css"); */ +:root { + --bulma-footer-padding: 1.5rem +} + html, body { height: 100vh;} body { -- 2.39.5