diff --git a/styles/43-components-typography.css b/styles/43-components-typography.css index d37eba9..f38bcf1 100644 --- a/styles/43-components-typography.css +++ b/styles/43-components-typography.css @@ -18,7 +18,7 @@ .sg-bullet-list { margin: 0; - padding-inline-start: var(--spacing-large); + padding-inline-start: calc(var(--spacing-large) * 2.5); list-style-position: outside; color: var(--text-typography-preview); font-family: var(--font-family-base);