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; cursor: pointer;
} }
.nav__search { .search-form {
display: flex; display: flex;
width: 100%; width: 100%;
margin: 0; margin: 0;
} }
.nav__search {
flex: 1;
width: 100%;
}
.nav__search-button { .nav__search-button {
display: inline-block; display: inline-block;
background: #fff; background: #fff;
@@ -215,6 +220,8 @@ CSS für die navbar
font-weight: 600; font-weight: 600;
cursor: pointer; cursor: pointer;
margin-left: 4px; margin-left: 4px;
flex-shrink: 0;
white-space: nowrap;
} }
.nav__search-button:hover { .nav__search-button:hover {