From 42815f4647212d78fa14b393d9ac9ca0061966b8 Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Fri, 7 Feb 2025 23:20:09 +0000 Subject: [PATCH] Reworked footer a bit, make it a bit more mobile friendly --- src/components/Footer.astro | 177 ++++++++++++++++-------------------- 1 file changed, 76 insertions(+), 101 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7e54a4dd..2c854c11 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -24,120 +24,95 @@ const Reddit = icon({ prefix: 'fab', iconName: 'reddit' })