Kommentare

This commit is contained in:
NOrtmann1
2026-05-11 08:43:13 +02:00
parent 333d19e3e2
commit 044f2f8248
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
.nav__link,
.nav__dropdown-menu a {
padding: 0.5rem 1rem;
padding: 0.5rem 1rem; /* Abstand um den Text */
color: #333;
text-decoration: none;
}