From 447991e3449d4033c634ceecc304f632a22e0adb Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 30 Jun 2025 11:29:15 +0200 Subject: [PATCH] feat: styles & content changes --- src/components/Footer.astro | 1 + src/layouts/common.css | 31 +++++++++++++++++++++++++++++-- src/layouts/variables.css | 1 - src/pages/about.astro | 33 +++++++++++++++++++++++++-------- src/pages/index.astro | 14 ++++++++++++++ 5 files changed, 69 insertions(+), 11 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8f768d9..d3aeb86 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -57,6 +57,7 @@ const year = new Date().getFullYear()