dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 483dd4182e - Show all commits
+4
View File
@@ -229,4 +229,8 @@ a, button, input, select, textarea, label, main{
justify-content: center;
padding: 20px 10px;
}
.form-container {
width: 100%;
max-width: 500px;
}
}
+3
View File
@@ -110,5 +110,8 @@ CSS für die Profilseite
@media (max-width: 760px) {
.profile-layout-container {
flex-direction: column;
align-items: center;
width: 100%;
}
}