fix: mugikorrean hero-a konpontzen du
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user