fix(layout): Adds more space on top title

when using multiple ##### (h5)
e.g /about-us/office/
master
sovanna 2019-07-22 14:53:30 +02:00
parent a93c81b949
commit 105a8ba755
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@ h3, h2, h1 {
.card-img-top {
padding: .4rem; }
p ~ h5 {
margin-top: 3rem;
}
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {