forked from M-Labs/web2019
fix(layout): Adds more space on top title
when using multiple ##### (h5) e.g /about-us/office/
This commit is contained in:
parent
a93c81b949
commit
105a8ba755
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue