Update main.css

This commit is contained in:
2026-05-29 15:39:32 +02:00
parent 2c0d52a3d5
commit 00f9f9cd91
-7
View File
@@ -221,11 +221,4 @@ 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 {
place-content: center;
}
}