Add vertical spacing for mobile style

This commit is contained in:
PCoder 2019-12-24 19:00:17 +05:30
parent 6e17742d03
commit 31905695c9
1 changed files with 6 additions and 0 deletions

View File

@ -191,3 +191,9 @@ footer .dcl-link-separator::before {
font-weight: bold;
font-size: 14px;
}
@media(max-width:767px) {
.vspace-top {
margin-top: 35px;
}
}