dev auf main #68

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