From c6f3179efba8920efed80e03eca09a3016d2ac16 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 17 Feb 2026 17:44:40 -0600 Subject: [PATCH] feat: organize footer to consistency --- src/components/Footer.astro | 107 ++++++++++++++++-------------------- src/styles/global.css | 4 ++ src/styles/utilities.css | 5 ++ 3 files changed, 55 insertions(+), 61 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2464ac3..af51d5f 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -14,81 +14,67 @@ const currentYear = new Date().getFullYear(); ---