Skip to content

Commit 5ade4d1

Browse files
committed
fix: line heights in section layout
1 parent 6e7e8b6 commit 5ade4d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layouts/section.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ const colorscheme = computed(() => {
4747
font-family: var(--neversink-title-font);
4848
font-weight: 500;
4949
font-size: 2.5em;
50+
line-height: normal;
5051
}
5152
5253
.slidev-layout.section h3 {
5354
font-family: var(--neversink-title-font);
5455
font-weight: 500;
5556
font-size: 1.9em;
57+
line-height: normal;
5658
}
5759
5860
.slidev-layout.section {

0 commit comments

Comments
 (0)