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%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.hero__mountain {
|
||||
bottom: -2rem;
|
||||
width: 120%;
|
||||
bottom: calc(50% - 58.8vw);
|
||||
width: 100vw;
|
||||
max-width: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.hero__hiker {
|
||||
bottom: 10%;
|
||||
width: 35%;
|
||||
max-width: 480px;
|
||||
bottom: 0;
|
||||
width: 100vw;
|
||||
max-width: none;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.hero__content {
|
||||
|
|
@ -1055,10 +1058,6 @@ const projects: Project[] = [
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.hero__hiker {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.core-teachings__grid {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 2rem 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue