fix home hero layers

This commit is contained in:
Yisroel Baum 2026-06-06 22:00:05 +03:00
parent 5486459863
commit 3d0cdc7257
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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;