Skip to content

Commit 9a24c0c

Browse files
committed
fix: default line heights adjusted to relaxed
1 parent cd11e74 commit 9a24c0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.slidev-layout p {
30-
line-height: normal;
30+
line-height: relaxed;
3131
}
3232
/* adjust default bullets */
3333
.slidev-layout li {

0 commit comments

Comments
 (0)