dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 404cea74ff - Show all commits
+8 -1
View File
@@ -199,12 +199,17 @@ CSS für die navbar
cursor: pointer;
}
.nav__search {
.search-form {
display: flex;
width: 100%;
margin: 0;
}
.nav__search {
flex: 1;
width: 100%;
}
.nav__search-button {
display: inline-block;
background: #fff;
@@ -215,6 +220,8 @@ CSS für die navbar
font-weight: 600;
cursor: pointer;
margin-left: 4px;
flex-shrink: 0;
white-space: nowrap;
}
.nav__search-button:hover {