From 9db31d4b8cd8f891b5fcc73e4bc43ca263f7f0c4 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 29 May 2026 15:25:51 +0200 Subject: [PATCH] testing --- css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index a17d6fb..571d0e1 100644 --- a/css/main.css +++ b/css/main.css @@ -226,12 +226,12 @@ a, button, input, select, textarea, label, main{ /* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */ @media (max-width: 760px) { .form-page { - justify-content: center; - padding: 20px 10px; + justify-content: center !important; + padding: 20px 10px !important; } .form-container { - flex: 0 1 auto; - width: 100%; - max-width: 450px; + flex: 0 1 auto !important; + width: 100% !important; + max-width: 450px !important; } } \ No newline at end of file