Update profile.css

This commit is contained in:
2026-05-29 15:18:13 +02:00
parent 26889a8b59
commit 7b4abe32a7
+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;
} }
} }