Skip to content

Commit a635873

Browse files
committed
unset line-height in prose-style
1 parent fb9a223 commit a635873

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app.postcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body {
1818
}
1919

2020
.prose {
21+
line-height: unset;
2122
--tw-prose-body: var(--color-surface-950);
2223
--tw-prose-headings: var(--color-primary-800);
2324
--tw-prose-lead: var(--color-surface-950);

0 commit comments

Comments
 (0)