Update main.css

This commit is contained in:
2026-05-29 15:38:57 +02:00
parent 4a67932002
commit 2c0d52a3d5
+1 -7
View File
@@ -226,12 +226,6 @@ a, button, input, select, textarea, label, main{
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
@media (max-width: 760px) {
.form-page {
justify-content: center;
padding: 20px 10px;
}
.form-container {
flex: 0 1 auto;
width: 100%;
max-width: 450px;
place-content: center;
}
}