Update navbar.css

This commit is contained in:
2026-06-13 11:31:19 +02:00
parent 404cea74ff
commit 12cc3c5d5b
+25 -25
View File
@@ -125,6 +125,31 @@ CSS für die navbar
display: block;
}
.search-form {
display: flex;
width: 100%;
margin: 0;
}
.nav__search {
flex: 1;
width: 100%;
}
.nav__search-button {
display: inline-block;
background: #fff;
border: none;
border-radius: 4px;
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
margin-left: 4px;
flex-shrink: 0;
white-space: nowrap;
}
/* Responsive Anpassung unter 1240px */
@media (max-width: 1240px) {
.nav {
@@ -199,31 +224,6 @@ CSS für die navbar
cursor: pointer;
}
.search-form {
display: flex;
width: 100%;
margin: 0;
}
.nav__search {
flex: 1;
width: 100%;
}
.nav__search-button {
display: inline-block;
background: #fff;
border: none;
border-radius: 4px;
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
margin-left: 4px;
flex-shrink: 0;
white-space: nowrap;
}
.nav__search-button:hover {
background-color: #f8f9fa;
}