fix: make navbar content visible in mobile view (#15)

This commit is contained in:
Filip Pajic 2025-02-10 09:00:43 +01:00 committed by GitHub
parent 439e219084
commit bc7084cf67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,6 @@ h1, h2, h3, h4, h5, h6 {
.navbar {
background: rgba(255, 255, 255, 0.95);
border-bottom: 1px solid rgba(229, 231, 235, 0.8);
backdrop-filter: blur(8px);
animation: navbarFadeIn 0.5s ease-out;
}