fix: mugikorrean hero-a konpontzen du

This commit is contained in:
2025-08-29 19:59:00 +02:00
parent 8babbd077b
commit 1f6257a884
2 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ function shuffle<T>(array: T[]) {
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 97dvh; height: 97svh;
@include mediaQueries.aboveTablet { @include mediaQueries.aboveTablet {
grid-template-columns: repeat(10, 1fr); grid-template-columns: repeat(10, 1fr);

View File

@@ -107,7 +107,7 @@ const hurrengoEkintzak = ekintzak.filter((ekintza) =>
.hero { .hero {
position: relative; position: relative;
min-height: 97dvh; min-height: 97svh;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
padding: var(--space-05-mobile); padding: var(--space-05-mobile);
@@ -133,7 +133,7 @@ const hurrengoEkintzak = ekintzak.filter((ekintza) =>
width: 100%; width: 100%;
@include mediaQueries.aboveTablet { @include mediaQueries.aboveTablet {
height: 33dvh; height: 33svh;
} }
} }