mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-23 19:11:03 +00:00
fix: Make sure footer hides correctly on desktop
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
svg {
|
||||
transition: opacity 0.1s var(--bezier-one);
|
||||
position: absolute;
|
||||
bottom: 0rem;
|
||||
bottom: -1px;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
|
||||
Reference in New Issue
Block a user