fix(typography): tighten prose list item spacing

Reduce li margin from 0.5em to 0.2em to bring bullet points closer together.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-21 17:52:40 +01:00
parent 7bb2b6cb20
commit 05023671dd

View File

@@ -82,6 +82,10 @@ export default {
"--tw-prose-headings": "#3c3836",
"--tw-prose-links": theme("colors.accent.500"),
maxWidth: "none",
li: {
marginTop: "0.2em",
marginBottom: "0.2em",
},
},
},
lg: {