From 7ac96c3260f6ddc19187f97b6775271a70fe38ec Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Sun, 7 Jul 2024 20:39:35 +0100 Subject: [PATCH] Some styling updates --- src/components/Footer.astro | 4 +++- src/pages/index.astro | 6 +++--- src/styles/global.css | 3 +++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1c1e5af..3fc4a93 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -5,7 +5,9 @@ import Twitter from "./socialIcons/Twitter.astro"; const today = new Date(); --- -