remove padding

main
alexanderroese 2024-06-20 19:25:18 +02:00
parent 8c7a4d1a37
commit 5d476372b9
1 changed files with 4 additions and 3 deletions

View File

@ -19,20 +19,21 @@
margin-bottom: 2rem; margin-bottom: 2rem;
} }
} }
/*
.contact__button { .contact__button {
margin-top: 3rem; margin-top: 3rem;
} } */
.contact__button button { .contact__button button {
width: 100%; width: 100%;
} }
/*
@media screen and (min-width: 750px) { @media screen and (min-width: 750px) {
.contact__button { .contact__button {
margin-top: 4rem; margin-top: 4rem;
} }
} } */
@media screen and (min-width: 750px) { @media screen and (min-width: 750px) {
.contact__fields { .contact__fields {