Skip to content

Commit 33362e2

Browse files
committed
fix: cover note section is getting on top of the slide info
1 parent b87c71e commit 33362e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/cover.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const colorscheme = computed(() => {
3434
3535
.slidev-layout.cover {
3636
font-family: var(--neversink-main-font);
37-
3837
font-weight: 300;
3938
}
4039
@@ -55,6 +54,7 @@ const colorscheme = computed(() => {
5554
.slidev-layout.cover .note {
5655
font-weight: 300;
5756
font-size: 0.9rem;
57+
margin-right: 200px;
5858
}
5959
6060
.slidev-layout.cover h1 {

0 commit comments

Comments
 (0)