Spacing refinements for lists and paragraphs

Add list elements to the paragraph spacing styles so they're all consistent.
This commit is contained in:
Eryn Wells 2024-11-16 09:38:53 -08:00
parent 75f7771c38
commit c5cc95052d
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ hr {
margin-block: var(--space-m);
}
p + :is(dl, p, ol, ul) {
:is(dl, p, ol, ul) + :is(dl, p, ol, ul) {
margin-block-start: var(--space-paragraph);
}

View file

@ -82,7 +82,7 @@ h4 {
font-size: var(--text-m);
}
p {
p, dd {
letter-spacing: 0.01em;
}