Spacing refinements for lists and paragraphs
Add list elements to the paragraph spacing styles so they're all consistent.
This commit is contained in:
parent
75f7771c38
commit
c5cc95052d
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ h4 {
|
|||
font-size: var(--text-m);
|
||||
}
|
||||
|
||||
p {
|
||||
p, dd {
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue