Skip to content

Commit

Permalink
chore(#78): update two col layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jun 14, 2022
1 parent c2ab3fb commit b4a3f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt/components/druxt/layout-paragraph/Twocol.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</div>

<slot name="top" />
<div class="md:flex">
<slot class="md:flex-grow" name="first" />
<slot class="md:flex-grow" name="second" />
<div class="lg:flex">
<slot class="lg:flex-grow" name="first" />
<slot class="lg:flex-grow" name="second" />
</div>
<slot name="bottom" />
</div>
Expand Down

0 comments on commit b4a3f63

Please sign in to comment.