Add a bit of spacing under content detail on hero
The `.control`is what defines the padding now
This commit is contained in:
parent
d37c0dfbfa
commit
7ea6b8b5a8
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ section.hero {
|
||||||
|
|
||||||
.content-details {
|
.content-details {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue