Skip to content

Commit

Permalink
Merge pull request #27 from alvarosabu/bugfix/two-cols-bugfixing
Browse files Browse the repository at this point in the history
fix: problems with prose max-width
  • Loading branch information
alvarosabu committed Oct 22, 2022
2 parents 616882c + a07cbd8 commit fda5250
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 prose">
<div>
<div class="grid grid-cols-2 gap-16">
<div class="prose">
<slot name="default" />
</div>
<div>
<div class="prose">
<slot name="right"></slot>
</div>
</div>
Expand Down

0 comments on commit fda5250

Please sign in to comment.