Set spacing between paragraphs and lists to standard paragraph spacing

This commit is contained in:
Eryn Wells 2024-11-15 20:43:27 -08:00
parent c4821daa6e
commit ba9d309e1e
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -12,6 +12,7 @@ ol,
ul
{
grid-column: main-start / main-end;
margin-block: 0;
}
ol {