diff --git a/blocks/content-text-body/content-text-body.css b/blocks/content-text-body/content-text-body.css index a762c392..28cef32a 100644 --- a/blocks/content-text-body/content-text-body.css +++ b/blocks/content-text-body/content-text-body.css @@ -26,7 +26,10 @@ .content-text-body li::marker { font-size: var(--font-size-21) !important; - line-height: var(--line-height-8); +} + +.content-text-body ul li { + margin: var(--spacer-element-03) 0 0 0; } .content-text-body p, diff --git a/styles/styles.css b/styles/styles.css index 73c1df9b..f22a1d4c 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -193,7 +193,6 @@ /* line height */ --line-height-120: 120%; --line-height-160: 160%; - --line-height-8: 8px; /* letter spacing */ --letter-spacing-0: 0;