From b30d26a309d270e17d0073747e4790a5c546c1f3 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 12 Apr 2025 10:06:01 +0200 Subject: [PATCH] style: don't left-right the cards grid thingy --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index effddc3..e7533cb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -150,7 +150,6 @@ import now from '../constants/now.json' .cards-section__grid { display: grid; - grid-template-columns: repeat(auto-fit, minmax(24ch, 1fr)); gap: 1rem; padding: 0; }