From 2c0d52a3d502ea12ed73df982fd97a598782f4c8 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 29 May 2026 15:38:57 +0200 Subject: [PATCH] Update main.css --- css/main.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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