From 8d2709880dd5f6b16f851a2c2ecb2499f518b46a Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sun, 25 May 2025 20:44:12 +0100 Subject: [PATCH] fix: styling of buttons and footer components to fix layout and positioning issues --- src/components/Button.astro | 3 +-- src/components/Footer.astro | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Button.astro b/src/components/Button.astro index 34f7bff..9a566b3 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -29,8 +29,7 @@ const nextUrl = useSupportedLangs
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 58375c9..faefd70 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -34,8 +34,8 @@ const footerLinkClass = 'highlight-hover py-0.8 transition-colors after:bottom-0 ---