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

@@ -17,10 +17,17 @@
transition: opacity 0.1s var(--bezier-one);
position: absolute;
bottom: 0rem;
z-index: -1;
width: 100%;
height: 40vh;
}
@media screen and (max-height: 820px) {
svg {
opacity: 0 !important;
}
}
.wave {
animation: wave-anim 30s;
animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);