From ea6495c40ea5535f5bae0ef920b06808071b2a6e Mon Sep 17 00:00:00 2001 From: Mudskipper Date: Wed, 22 Apr 2026 21:57:06 +1000 Subject: [PATCH] fix: repair footer grid layout so Links, Downloads, Social are separate columns The Downloads and Social sections were accidentally nested inside the Links list item, causing them to stack in a single column instead of appearing in their own grid columns. Also improved responsive spacing: single column on mobile, evenly spaced at md, and side-by-side at lg. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/footer/Footer.astro | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/components/footer/Footer.astro b/src/components/footer/Footer.astro index 720be65..54b0ed9 100644 --- a/src/components/footer/Footer.astro +++ b/src/components/footer/Footer.astro @@ -29,7 +29,7 @@ const activePreReleaseAriaLabel =

- -
+
-