From bbdf36a1dae325d62a7fc6e1586ca4bc49a46cd9 Mon Sep 17 00:00:00 2001 From: Murat Erkin Cicek Date: Thu, 19 Dec 2024 23:36:02 +0300 Subject: [PATCH 1/2] fix: Fix horizontal scroll issue caused by footer --- src/components/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 31af25d..a71686e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -11,7 +11,7 @@ interface Props { const { small } = Astro.props; --- {small && ( -