fix: Make sure footer hides correctly on desktop

This commit is contained in:
oSumAtrIX
2025-05-06 13:34:25 +02:00
parent 2a6bc70cfc
commit 5746a7d7ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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;