From fe0e19fed3345bc81c594381d02fda1ef40ddb57 Mon Sep 17 00:00:00 2001
From: Michael Rieger
Date: Thu, 19 Feb 2026 08:46:31 +0100
Subject: [PATCH] wip
---
src/components/Footer.astro | 10 ++++++++--
src/components/GlobalStyles.astro | 5 +++++
src/components/landing/ContactSection.astro | 4 +++-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 19d9714..4c89e16 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -1,4 +1,6 @@
---
+import SkipNavLink from "./SkipNavLink.astro";
+
// import Logo from "../assets/ci/side-gradient.svg";
function getCurrentYear() {
@@ -7,6 +9,8 @@ function getCurrentYear() {
---
-
+
Contact us
@@ -77,6 +77,8 @@ import ArrowUpRight from "../icons/ArrowUpRight.astro";
justify-content: center;
gap: 2rem;
grid-column: 1 / -1;
+ width: max-content;
+ margin-inline: auto;
margin-top: 12rem;