Skip to content

Commit

Permalink
feat: force release for two cols
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 22, 2022
1 parent 6455c3a commit db02e4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/two-cols.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div class="slidev-layout">
<div class="grid grid-cols-2 gap-16">
<div class="prose">
<div class="grid grid-cols-2 gap-16 prose">
<div>
<slot name="default" />
</div>
<div class="prose">
<div>
<slot name="right"></slot>
</div>
</div>
Expand Down

0 comments on commit db02e4b

Please sign in to comment.