Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
395 B
19
Indexable
/* START - Fix contact form to fit screen on tablet - WB N.SANDRIN */
@media (max-width: 1024px){
    #modal-global-contact-us {
        div.contact-form__container {
            min-height: 100vh!important;
        }
        form.contact-form__form, div.contact-form__details {
            flex: 1!important;
        }
    }
}
/* END - Fix contact form to fit screen on tablet - WB N.SANDRIN */