diff --git a/assets/section-contact-form.css b/assets/section-contact-form.css index 2322892..7742811 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -29,11 +29,6 @@ width: 250px; height: 250px; } - - #shx-contact-form-contact-people-talking { - height: 500px; - width: 500px; - } } /* .contact__button { @@ -58,6 +53,13 @@ } #shx-contact-form-contact-people-talking { - height: 250px; - width: 250px; + height: 500px; + width: 500px; +} + +@media screen and (max-width: 749px) { + #shx-contact-form-contact-people-talking { + height: 250px; + width: 250px; + } }