more style

This commit is contained in:
KS Jannette
2026-05-12 01:00:33 -04:00
parent 83ac4b7c14
commit 3eab5d07ff

View File

@@ -76,3 +76,14 @@
cursor: pointer;
transition: all 0.15s ease;
}
@media (max-width: 480px) {
.nav-panel__overlay {
position: fixed;
inset: 0;
background-color: rgba(0, 0, 0, 0.45);
opacity: 0;
z-index: 900;
}
}