From f9a7aceb14ec5aa9b5dbecbc96a1fde783e3f341 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Sun, 29 Mar 2026 20:09:12 +1300 Subject: [PATCH] footer now fills until end of website --- src/components/Footer.astro | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1aee648..ce32bbe 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,24 +4,15 @@ const today = new Date();