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 {