add spacing for ul/ol next to p elements

This commit is contained in:
Sean Yesmunt 2020-10-14 11:33:39 -04:00
parent cd5cf5941a
commit 77aa580690

View file

@ -44,8 +44,12 @@ h6 {
font-size: 1rem;
}
p {
& + p {
p,
ol,
ul {
& + p,
& + ul,
& + ol {
margin-top: var(--spacing-s);
}
}