Update main.css

This commit is contained in:
2026-05-29 15:21:54 +02:00
parent 838b13e39f
commit f63a2be01a
+2 -1
View File
@@ -226,6 +226,7 @@ a, button, input, select, textarea, label, main{
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
@media (max-width: 760px) {
.form-page {
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
justify-content: center;
padding: 20px 10px;
}
}