From e9b3cef10127ac510cabf51543a01a05f9a0aa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Fri, 26 Jun 2026 16:21:55 +0200 Subject: [PATCH] Increase bullet list indentation --- 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 4b7e206..d37eba9 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-medium); + padding-inline-start: var(--spacing-large); list-style-position: outside; color: var(--text-typography-preview); font-family: var(--font-family-base);