Update profile.css

This commit is contained in:
2026-05-29 15:17:14 +02:00
parent 60302e02b6
commit 26889a8b59
+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;
}
}