Update navbar.css

This commit is contained in:
NOrtmann1
2026-05-11 09:30:26 +02:00
parent 5381368af0
commit 7267ad4498
+9 -1
View File
@@ -46,13 +46,21 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
padding: 0.5rem 0;
}
.nav__link,
.nav__dropdown-menu a {
padding: 0.5rem 1rem; /* Abstand um den Text */
color: #333;
text-decoration: none;
font-weight: 600;
}
.nav__link {
font-weight: 600;
background: none;
border: none;
cursor: pointer;
padding: 0.5rem 1rem;
color: #fff;
text-decoration: none;
}
.nav__dropdown:hover .nav__dropdown-menu {
display: block;