Producer: Contact Overlay font size & mobile view
Sally
css
3 years ago
860 B
55
Indexable
/* start - Contact overlay space and mobile view contact overlay */
div#modal-global-contact-us .contact-form {
.info-zone {
.info-zone_contact_cell {
margin-bottom: 21px;
}
.type_user:nth-of-type(2) {
margin-bottom: 21px;
}
.type_user {
@media only screen and (max-width: 768px) {
margin-bottom: 25px;
}
}
}
.info-zone_contact_link {
color: #fff;
}
.info-zone_contact {
margin-bottom: 14px;
}
.section-message h2 {
font-size: 38px;
@media only screen and (max-width: 768px) {
font-size: 28px;
}
}
h2 {
font-size: 38px;
@media only screen and (max-width: 768px) {
font-size: 28px;
}
}
}
/* end - Contact overlay space and mobile view contact overlay */Editor is loading...