diff --git a/css/profile.css b/css/profile.css index e4c0ec3..aaf2c7d 100644 --- a/css/profile.css +++ b/css/profile.css @@ -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; } } \ No newline at end of file