Skip to content

Commit cd11e74

Browse files
committed
fix: section layout h1 was too small
1 parent 8b6b8d5 commit cd11e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/section.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const colorscheme = computed(() => {
3838
.slidev-layout.section h1 {
3939
font-family: var(--neversink-title-font);
4040
font-weight: 500;
41-
font-size: 1.8em;
41+
font-size: 2.8em;
4242
padding-bottom: 0.3rem;
4343
line-height: normal;
4444
}

0 commit comments

Comments
 (0)