From e913d7fb623dc13b16d61f72b993e7cf3fdd5783 Mon Sep 17 00:00:00 2001 From: "Aitor C. Urrutia Aranburu" Date: Sat, 30 Aug 2025 07:59:31 +0200 Subject: [PATCH] fix: mugikorreko irudi estela konpontzen du --- front/src/views/_components/IrudiEstela.astro | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/front/src/views/_components/IrudiEstela.astro b/front/src/views/_components/IrudiEstela.astro index 18d444a..28497db 100644 --- a/front/src/views/_components/IrudiEstela.astro +++ b/front/src/views/_components/IrudiEstela.astro @@ -127,15 +127,9 @@ function shuffle(array: T[]) { width: 100%; overflow: visible; - &:nth-child(n + 31) { + &:nth-child(n + 61) { display: none; } - - @include mediaQueries.aboveTablet { - &:nth-child(n + 31) { - display: block; - } - } } .cell img {