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;