Untitled
unknown
plain_text
2 years ago
395 B
30
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 */Editor is loading...