fix: mugikorrean hero-a konpontzen du
This commit is contained in:
@@ -111,7 +111,7 @@ function shuffle<T>(array: T[]) {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 97dvh;
|
||||
height: 97svh;
|
||||
|
||||
@include mediaQueries.aboveTablet {
|
||||
grid-template-columns: repeat(10, 1fr);
|
||||
|
||||
@@ -107,7 +107,7 @@ const hurrengoEkintzak = ekintzak.filter((ekintza) =>
|
||||
.hero {
|
||||
position: relative;
|
||||
|
||||
min-height: 97dvh;
|
||||
min-height: 97svh;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
padding: var(--space-05-mobile);
|
||||
@@ -133,7 +133,7 @@ const hurrengoEkintzak = ekintzak.filter((ekintza) =>
|
||||
width: 100%;
|
||||
|
||||
@include mediaQueries.aboveTablet {
|
||||
height: 33dvh;
|
||||
height: 33svh;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user