nav__mobile-label

This commit is contained in:
NOrtmann1
2026-05-12 19:31:40 +02:00
parent 143b78b45d
commit a43dc50cf1
2 changed files with 18 additions and 7 deletions
+11
View File
@@ -254,4 +254,15 @@ CSS für die navbar
background: rgba(0, 0, 0, 0.15); /* Etwas dunkler als der Hintergrund */
}
.nav__mobile-label {
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
font-size: 1.2rem;
font-weight: 600;
padding: 0.8rem 1rem;
cursor: pointer;
}
}