From 2a667b4b924c0eff794d6db05b7088522a84b89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Fri, 26 Jun 2026 16:24:42 +0200 Subject: [PATCH] Increase bullet list left indent --- styles/43-components-typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);