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:
@@ -82,6 +82,10 @@ export default {
|
|||||||
"--tw-prose-headings": "#3c3836",
|
"--tw-prose-headings": "#3c3836",
|
||||||
"--tw-prose-links": theme("colors.accent.500"),
|
"--tw-prose-links": theme("colors.accent.500"),
|
||||||
maxWidth: "none",
|
maxWidth: "none",
|
||||||
|
li: {
|
||||||
|
marginTop: "0.2em",
|
||||||
|
marginBottom: "0.2em",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
lg: {
|
lg: {
|
||||||
|
|||||||
Reference in New Issue
Block a user