fix: Hide wave and socials before it overlaps with hero

This commit is contained in:
oSumAtrIX
2025-05-06 13:23:43 +02:00
parent 13cda4b59f
commit bff902876b
5 changed files with 36 additions and 6 deletions

View File

@@ -165,10 +165,10 @@
}
.hero-img-container {
z-index: 1;
z-index: 0;
}
@media (max-width: 1100px) {
@media screen and (max-width: 1100px) {
.hero-img-container {
display: none;
}