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