From 838b13e39f274ef909951e351225faebfb53621c Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 29 May 2026 15:19:51 +0200 Subject: [PATCH] css --- css/main.css | 7 +++++++ css/profile.css | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index b448a22..884d24d 100644 --- a/css/main.css +++ b/css/main.css @@ -221,4 +221,11 @@ a, button, input, select, textarea, label, main{ border-radius: 10px; box-shadow: 0 6px 20px rgba(0,0,0,0.1); box-sizing: border-box; +} + +/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */ +@media (max-width: 760px) { + .form-page { + margin: 0 auto; /* Zentriert den gesamten Container horizontal */ + } } \ No newline at end of file diff --git a/css/profile.css b/css/profile.css index de66ace..8a0bc2b 100644 --- a/css/profile.css +++ b/css/profile.css @@ -111,8 +111,4 @@ CSS für die Profilseite .profile-layout-container { flex-direction: column; } - .form-container { - margin: 0 auto; /* Zentriert den gesamten Container horizontal */ - width: 100%; - } } \ No newline at end of file