fix(typography): tighten prose-xl and prose-lg list item spacing

The /now/ page uses prose-xl — override li margins in all size variants.

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

View File

@@ -92,6 +92,18 @@ export default {
css: {
fontSize: "1.175rem",
lineHeight: "1.8",
li: {
marginTop: "0.2em",
marginBottom: "0.2em",
},
},
},
xl: {
css: {
li: {
marginTop: "0.2em",
marginBottom: "0.2em",
},
},
},
invert: {