add spacing for ul/ol next to p elements
This commit is contained in:
parent
cd5cf5941a
commit
77aa580690
1 changed files with 6 additions and 2 deletions
|
@ -44,8 +44,12 @@ h6 {
|
|||
font-size: 1rem;
|
||||
}
|
||||
|
||||
p {
|
||||
& + p {
|
||||
p,
|
||||
ol,
|
||||
ul {
|
||||
& + p,
|
||||
& + ul,
|
||||
& + ol {
|
||||
margin-top: var(--spacing-s);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue