Contact Form
unknown
css
2 years ago
332 B
12
Indexable
/* START - Contact Form Tablet View */
@media only screen and (max-width: 1024px){
div#modal-global-contact-us {
div.contact-form__container {
min-height: 100vh;
}
form.contact-form__form, div.contact-form__details {
flex: 1;
}
}
}
/* END - Contact Form Tablet View */Editor is loading...