padding fix for mobile

This commit is contained in:
Arvind Tiwari 2018-03-25 22:16:46 +05:30
parent bd23d9462b
commit 880ee3af4a
1 changed files with 4 additions and 0 deletions

View File

@ -1339,4 +1339,8 @@ footer .dcl-link-separator::before {
.promo-section h3 {
font-size: 29px;
}
.split-text .promo-section {
padding-left: 0;
padding-right: 0;
}
}