Skip to content

Commit a707d85

Browse files
fix(tailwind): explicitly define leading for body element
1 parent 04a89bb commit a707d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
@layer base {
8383
body {
84-
@apply bg-background font-body text-body;
84+
@apply bg-background font-body leading-base text-body;
8585
}
8686

8787
a {

0 commit comments

Comments
 (0)