summaryrefslogtreecommitdiffstats
path: root/src/scopes/_body.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scopes/_body.scss')
-rw-r--r--src/scopes/_body.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/scopes/_body.scss b/src/scopes/_body.scss
index 35f3fef..c5f7128 100644
--- a/src/scopes/_body.scss
+++ b/src/scopes/_body.scss
@@ -17,7 +17,8 @@
17 } 17 }
18 18
19 p, 19 p,
20 li { 20 ul,
21 ol {
21 max-inline-size: props.get(vars.$paragraph--max-inline-size); 22 max-inline-size: props.get(vars.$paragraph--max-inline-size);
22 margin-block-start: props.get(vars.$paragraph--margin-bs); 23 margin-block-start: props.get(vars.$paragraph--margin-bs);
23 } 24 }
@@ -43,8 +44,6 @@
43 margin-block: calc(2 * props.get(vars.$paragraph--margin-bs)); 44 margin-block: calc(2 * props.get(vars.$paragraph--margin-bs));
44 } 45 }
45 46
46 ul,
47 ol,
48 table, 47 table,
49 pre, 48 pre,
50 blockquote { 49 blockquote {