Update navbar.css

This commit is contained in:
2026-05-10 14:29:12 +02:00
parent 1b7802a2ac
commit 49ed423eaf
+8
View File
@@ -8,6 +8,7 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
background: #fff; background: #fff;
padding: 0 1rem; padding: 0 1rem;
} }
.nav__left, .nav__left,
.nav__right { .nav__right {
display: flex; display: flex;
@@ -57,6 +58,13 @@ 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 {
content: '|';
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; }