Update navbar.css

This commit is contained in:
NOrtmann1
2026-05-11 08:34:58 +02:00
parent f4171c69ea
commit 333d19e3e2
-6
View File
@@ -58,12 +58,6 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
display: block; display: block;
} }
.nav__link:not(:last-child)::after,
.nav__dropdown:not(:last-child)::after {
margin: 0 0.75rem;
color: #ccc;
}
/* CSS von https://responsivenavigation.net/examples/simple-toggle/ */ /* CSS von https://responsivenavigation.net/examples/simple-toggle/ */
/* /*
.nav { width:100%; background-color: #fff; border-bottom: 1px solid #ccc; } .nav { width:100%; background-color: #fff; border-bottom: 1px solid #ccc; }