summaryrefslogtreecommitdiff
path: root/scss/base/typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/base/typography.scss')
-rw-r--r--scss/base/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/base/typography.scss b/scss/base/typography.scss
index b9936ec..9f40bcc 100644
--- a/scss/base/typography.scss
+++ b/scss/base/typography.scss
@@ -62,7 +62,7 @@ h4 {
margin-block-start: 0;
}
-p:not(:first-child) {
+:is(p, ol, ul):not(:first-child) {
margin-block-start: var(--margin-block-sm);
}