mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-22 18:43:57 +00:00
fix: Hide wave and socials before it overlaps with hero
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user