From 51eff6ea4a2ae3980f584a5533a57f2f20c37f7b Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 27 Feb 2024 19:59:35 +0100 Subject: [PATCH] Slightly smaller margin around bullets --- packages/starlight/user-components/Steps.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/user-components/Steps.astro b/packages/starlight/user-components/Steps.astro index 4b7db055ae1..28f8b7d05d4 100644 --- a/packages/starlight/user-components/Steps.astro +++ b/packages/starlight/user-components/Steps.astro @@ -10,7 +10,7 @@ const { html } = processSteps(content);