bugfix design

This commit is contained in:
Chneemann 2024-05-17 20:03:56 +02:00
parent 734ad53ff2
commit a65751eb5e

View file

@ -65,9 +65,8 @@ section {
.contact-formular { .contact-formular {
min-width: 120%; min-width: 120%;
input { input {
width: 100%;
font-size: 18px; font-size: 18px;
width: unset; margin: 0 12px 0 0;
} }
} }
} }