fix home hero layers
This commit is contained in:
parent
5486459863
commit
3d0cdc7257
1 changed files with 8 additions and 9 deletions
|
|
@ -416,18 +416,21 @@ const projects: Project[] = [
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__mountain {
|
.hero__mountain {
|
||||||
bottom: -2rem;
|
bottom: calc(50% - 58.8vw);
|
||||||
width: 120%;
|
width: 100vw;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__hiker {
|
.hero__hiker {
|
||||||
bottom: 10%;
|
bottom: 0;
|
||||||
width: 35%;
|
width: 100vw;
|
||||||
max-width: 480px;
|
max-width: none;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__content {
|
.hero__content {
|
||||||
|
|
@ -1055,10 +1058,6 @@ const projects: Project[] = [
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__hiker {
|
|
||||||
width: 60%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.core-teachings__grid {
|
.core-teachings__grid {
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
gap: 2rem 1rem;
|
gap: 2rem 1rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue