fix: mugikorreko irudi estela konpontzen du

This commit is contained in:
2025-08-30 07:59:31 +02:00
parent 53a586e18b
commit e913d7fb62

View File

@@ -127,15 +127,9 @@ function shuffle<T>(array: T[]) {
width: 100%; width: 100%;
overflow: visible; overflow: visible;
&:nth-child(n + 31) { &:nth-child(n + 61) {
display: none; display: none;
} }
@include mediaQueries.aboveTablet {
&:nth-child(n + 31) {
display: block;
}
}
} }
.cell img { .cell img {