From 53a586e18b66d1dc4cff23354534094a91af86f9 Mon Sep 17 00:00:00 2001 From: "Aitor C. Urrutia Aranburu" Date: Sat, 30 Aug 2025 07:55:26 +0200 Subject: [PATCH] feat: irudi estela hobetzen du --- front/src/views/_components/IrudiEstela.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/views/_components/IrudiEstela.astro b/front/src/views/_components/IrudiEstela.astro index 2987e04..18d444a 100644 --- a/front/src/views/_components/IrudiEstela.astro +++ b/front/src/views/_components/IrudiEstela.astro @@ -105,8 +105,8 @@ function shuffle(array: T[]) { .grid { display: grid; - grid-template-columns: repeat(5, 1fr); - grid-template-rows: repeat(6, 1fr); + grid-template-columns: repeat(6, 1fr); + grid-template-rows: repeat(10, 1fr); background: var(--marroia); position: absolute;