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:
@@ -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