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 {
@ -58,6 +53,13 @@
} }
#shx-contact-form-contact-people-talking { #shx-contact-form-contact-people-talking {
height: 500px;
width: 500px;
}
@media screen and (max-width: 749px) {
#shx-contact-form-contact-people-talking {
height: 250px; height: 250px;
width: 250px; width: 250px;
}
} }