From 00f5a4d1fb46e06a46c521dd53fea914a6dd106a Mon Sep 17 00:00:00 2001 From: Eimolgon Date: Mon, 28 Oct 2024 14:24:22 +0100 Subject: [PATCH] Other fix to the footer --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index cbd7c70..4e26355 100644 --- a/style.css +++ b/style.css @@ -106,7 +106,6 @@ h1, h2, h3 { footer { text-align: center; padding: 10px; - bottom: 60px; /* Space above the footer */ background-color: #2b2b2b; /* Darker footer background */ }