mobile side padding reduced

This commit is contained in:
Arvind Tiwari 2018-03-23 02:54:24 +05:30
parent a1d01fd1ef
commit c3e83599a2
1 changed files with 7 additions and 0 deletions

View File

@ -1332,4 +1332,11 @@ footer .dcl-link-separator::before {
.promo-section-plain h3 {
font-weight: 400;
}
@media (max-width: 767px) {
.split-text .split-subsection {
margin-left: -15px;
margin-right: -15px;
}
}