Add spacing under content details in hero
This commit is contained in:
parent
8a8d09413e
commit
d3badf5339
1 changed files with 4 additions and 0 deletions
|
@ -59,4 +59,8 @@ section.hero {
|
||||||
nav.breadcrumb {
|
nav.breadcrumb {
|
||||||
margin-bottom: 0.5rem !important;
|
margin-bottom: 0.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-details {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue