This commit is contained in:
2026-05-29 15:19:51 +02:00
parent 7b4abe32a7
commit 838b13e39f
2 changed files with 7 additions and 4 deletions
+7
View File
@@ -222,3 +222,10 @@ a, button, input, select, textarea, label, main{
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 */
}
}
-4
View File
@@ -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%;
}
}