Contact Form

mail@pastecode.io avatar
unknown
css
a year ago
332 B
3
Indexable
Never
/* 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 */