contact us animation

main
alexanderroese 2024-06-21 17:06:05 +02:00
parent fd1d77b486
commit ab7aa3b5ee
1 changed files with 9 additions and 7 deletions

View File

@ -29,11 +29,6 @@
width: 250px; width: 250px;
height: 250px; height: 250px;
} }
#shx-contact-form-contact-people-talking {
height: 500px;
width: 500px;
}
} }
/* /*
.contact__button { .contact__button {
@ -57,7 +52,14 @@
margin: 0 auto; margin: 0 auto;
} }
#shx-contact-form-contact-people-talking {
height: 500px;
width: 500px;
}
@media screen and (max-width: 749px) {
#shx-contact-form-contact-people-talking { #shx-contact-form-contact-people-talking {
height: 250px; height: 250px;
width: 250px; width: 250px;
} }
}