dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 26889a8b59 - Show all commits
+5 -1
View File
@@ -110,6 +110,10 @@ CSS für die Profilseite
@media (max-width: 760px) {
.profile-layout-container {
flex-direction: column;
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
align-items: center;
}
.form-container {
width: 100%;
max-width: 480px;
}
}