This commit is contained in:
2026-05-29 15:29:38 +02:00
parent 9db31d4b8c
commit 79efee0979
3 changed files with 16 additions and 8 deletions
+5 -5
View File
@@ -226,12 +226,12 @@ a, button, input, select, textarea, label, main{
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
@media (max-width: 760px) {
.form-page {
justify-content: center !important;
padding: 20px 10px !important;
justify-content: center;
padding: 20px 10px;
}
.form-container {
flex: 0 1 auto !important;
width: 100% !important;
max-width: 450px !important;
flex: 0 1 auto;
width: 100%;
max-width: 450px;
}
}