Skip to content

Commit

Permalink
fix: Adjust card sized for smaller window
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed May 6, 2020
1 parent 2695c19 commit bad02d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/GetStarted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h2 class="font-medium">{{ section.label }}</h2>
<div class="flex mt-4 -mx-2">
<div
class="w-1/3 px-2"
class="flex-shrink-0 w-full px-2 md:w-1/3 sm:w-1/2"
v-for="item in section.items"
:key="item.label"
>
Expand All @@ -40,7 +40,7 @@
</p>
</div>
<div
class="flex mt-2"
class="flex mt-2 overflow-hidden"
v-show="activeCard === item.key && !isCompleted(item)"
>
<Button
Expand Down

0 comments on commit bad02d7

Please sign in to comment.