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.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/scopes/_body.scss b/src/scopes/_body.scss
index a6a5cd7..6742a2a 100644
--- a/src/scopes/_body.scss
+++ b/src/scopes/_body.scss
@@ -32,5 +32,13 @@
32 margin-block: 0; 32 margin-block: 0;
33 } 33 }
34 } 34 }
35
36 ul,
37 ol,
38 table,
39 pre,
40 blockquote {
41 margin-block: props.get(vars.$block--margin-b);
42 }
35 } 43 }
36} 44}