Skip to content

Commit 9b64fbc

Browse files
committed
fix: adding padding to default slot in top-title-two-cols
closes #26
1 parent 0ee2458 commit 9b64fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/top-title-two-cols.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const colorscheme = computed(() => {
7474
</div>
7575
</div>
7676
</div>
77-
<div v-if="$slots.default" class="h-fit w-full">
77+
<div v-if="$slots.default" class="slidev-layout default h-fit w-full">
7878
<slot name="default" />
7979
</div>
8080
</div>

0 commit comments

Comments
 (0)