Add vertical spacing for mobile style
This commit is contained in:
parent
6e17742d03
commit
31905695c9
1 changed files with 6 additions and 0 deletions
|
@ -191,3 +191,9 @@ footer .dcl-link-separator::before {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width:767px) {
|
||||||
|
.vspace-top {
|
||||||
|
margin-top: 35px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue