Fix top margins of h5's after lists
Prevent unbalanced h5 titles in regards to their contents. Fixes #192.
This commit was merged in pull request #193.
This commit is contained in:
@@ -58,6 +58,10 @@ ul, ol {
|
||||
margin-left: $spacing-unit;
|
||||
}
|
||||
|
||||
ul ~ h5, ol ~ h5 {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
li {
|
||||
> ul,
|
||||
> ol {
|
||||
|
||||
Reference in New Issue
Block a user