dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e3aeeb7fdd - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ footer {
width: 100%;
background: #333d43;
text-align: center;
padding: 10px 10px;
padding: 0 1rem;
}
footer a {
+1 -1
View File
@@ -84,7 +84,7 @@ CSS für die navbar
.nav__search {
display: flex;
align-items: center;
border-radius: 4px; /* Abgerundete Ecken */
border-radius: 4px; /* Abgerundete Ecken */
background: #fff;
margin: 0 0.5rem;
}