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