From 908cc8bc33291e31568911301425b6b74bcb2c7c Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Mon, 3 Aug 2026 21:00:35 +0200 Subject: [PATCH] fix: let the sponsor logos reflow on small screens The sponsor row used bare `col`, whose equal-width rule has no media query, so the five logos stayed five-across down to 320px and were squeezed to a fifth of the viewport each. Use `col-md` instead. It is the same equal-width rule, but scoped to min-width: 768px, so the desktop layout is unchanged and the logos stack below that, matching the collaborators row. Co-Authored-By: Claude Opus 5 (1M context) --- src/pages/index.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index e056be6..d563901 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1102,7 +1102,7 @@ const vscodeSlides = [
-
+
-
+
-
+
-
+
-
+
StiboFonden