navbar.php + navbar.css update

This commit is contained in:
2026-05-10 14:23:03 +02:00
parent 8fe32f6245
commit 6e449912ab
2 changed files with 89 additions and 71 deletions
+3 -7
View File
@@ -1,3 +1,6 @@
/*
CSS für den Block Navbar mit seinen Elementen nach BEM
*/
.nav {
display: flex;
justify-content: space-between;
@@ -50,13 +53,6 @@
text-decoration: none;
}
.nav__link:not(:last-child)::after,
.nav__dropdown:not(:last-child)::after {
content: '|';
margin: 0 0.75rem;
color: #ccc;
}
/* CSS von https://responsivenavigation.net/examples/simple-toggle/ */
/*
.nav { width:100%; background-color: #fff; border-bottom: 1px solid #ccc; }