Skip to content

Commit

Permalink
Slightly smaller margin around bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Feb 27, 2024
1 parent b413e43 commit 51eff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight/user-components/Steps.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { html } = processSteps(content);
<style>
.sl-steps {
--bullet-size: calc(var(--sl-line-height) * 1rem);
--bullet-margin: 0.5rem;
--bullet-margin: 0.375rem;
}
.sl-steps > :global(ol) {
list-style: none;
Expand Down

0 comments on commit 51eff6e

Please sign in to comment.