diff --git a/css/main.css b/css/main.css index c2762b1..5ad297c 100644 --- a/css/main.css +++ b/css/main.css @@ -229,4 +229,8 @@ a, button, input, select, textarea, label, main{ justify-content: center; padding: 20px 10px; } + .form-container { + width: 100%; + max-width: 500px; + } } \ No newline at end of file diff --git a/css/profile.css b/css/profile.css index 8a0bc2b..8bea840 100644 --- a/css/profile.css +++ b/css/profile.css @@ -110,5 +110,8 @@ CSS für die Profilseite @media (max-width: 760px) { .profile-layout-container { flex-direction: column; + align-items: center; + width: 100%; } + } \ No newline at end of file