From 156806c0187a8a6b2539c2ae72805c99650150cf Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Wed, 12 Feb 2025 13:46:20 +0100 Subject: [PATCH] Update footer padding in style.css to remove excess space --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index 99299ef..58654ed 100644 --- a/website/style.css +++ b/website/style.css @@ -131,7 +131,7 @@ body { /* Footer */ footer { text-align: center; - padding: 20px; + padding: 0px; background-color: #f2c14e; position: fixed; bottom: 0;