mobile nav links

This commit is contained in:
NOrtmann1
2026-05-12 19:22:47 +02:00
parent 1db44ade6f
commit 4aef921299
2 changed files with 68 additions and 3 deletions
+11
View File
@@ -109,6 +109,10 @@ CSS für die navbar
display: none;
}
.nav__mobile-submenu {
display: block;
}
/* Responsive Anpassung unter 1210px */
@media (max-width: 1210px) {
.nav {
@@ -243,4 +247,11 @@ CSS für die navbar
border-bottom: 1px solid #333d43;
}
.nav__mobile-submenu {
display: block;
list-style: none;
padding: 0;
background: rgba(0, 0, 0, 0.15); /* Etwas dunkler als der Hintergrund */
}
}