diff --git a/css/main.css b/css/main.css index a17d6fb..6bc2df1 100644 --- a/css/main.css +++ b/css/main.css @@ -226,12 +226,6 @@ a, button, input, select, textarea, label, main{ /* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */ @media (max-width: 760px) { .form-page { - justify-content: center; - padding: 20px 10px; - } - .form-container { - flex: 0 1 auto; - width: 100%; - max-width: 450px; + place-content: center; } } \ No newline at end of file