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:
co-authored by
Claude Sonnet 4.6
parent
05023671dd
commit
a44deb46b5
@@ -92,6 +92,18 @@ export default {
|
|||||||
css: {
|
css: {
|
||||||
fontSize: "1.175rem",
|
fontSize: "1.175rem",
|
||||||
lineHeight: "1.8",
|
lineHeight: "1.8",
|
||||||
|
li: {
|
||||||
|
marginTop: "0.2em",
|
||||||
|
marginBottom: "0.2em",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
xl: {
|
||||||
|
css: {
|
||||||
|
li: {
|
||||||
|
marginTop: "0.2em",
|
||||||
|
marginBottom: "0.2em",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
invert: {
|
invert: {
|
||||||
|
|||||||
Reference in New Issue
Block a user