From de2220f9b22b075d9a114f62a67f34dfb84dd26a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:52:58 +0000 Subject: [PATCH 1/2] fix: footer mobile alignment and crowding issues Agent-Logs-Url: https://github.com/gildotdev/gil.dev/sessions/79264e33-70cd-4084-a9ca-388fbc07d7c2 Co-authored-by: gildotdev <243234+gildotdev@users.noreply.github.com> --- src/components/Footer.astro | 2 +- src/components/FooterMenu.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0695a75..3e9a2a7 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,7 +4,7 @@ import SocialLinks from "./SocialLinks.astro"; ---