Update navbar.css

This commit is contained in:
2026-06-13 11:38:10 +02:00
parent de9afd3275
commit e5aa6ea25d
+2 -2
View File
@@ -186,8 +186,8 @@ CSS für die navbar
display: none; display: none;
} }
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */ /* Responsive Anpassungen unter 900px (für z.B. Smartphones) */
@media (max-width: 800px) { @media (max-width: 900px) {
.nav { .nav {
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;