Use .pt-lg-5 instead of custom class

This commit is contained in:
nitrohorse
2019-08-10 11:22:05 -07:00
parent 9849216ed6
commit 3807b7c27e
2 changed files with 3 additions and 13 deletions

View File

@ -182,14 +182,4 @@ footer {
i {
margin-right: 1rem;
}
}
.pad-top-on-lg {
padding-top: 0px;
}
@media only screen and (min-width: 992px) {
.pad-top-on-lg {
padding-top: 50px;
}
}