summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scopes/_body.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scopes/_body.scss b/src/scopes/_body.scss
index c5f7128..65c6d2f 100644
--- a/src/scopes/_body.scss
+++ b/src/scopes/_body.scss
@@ -23,6 +23,11 @@
23 margin-block-start: props.get(vars.$paragraph--margin-bs); 23 margin-block-start: props.get(vars.$paragraph--margin-bs);
24 } 24 }
25 25
26 ul,
27 ol {
28 box-sizing: border-box;
29 }
30
26 img { 31 img {
27 display: block; 32 display: block;
28 inline-size: auto; 33 inline-size: auto;