Skip to content

Commit

Permalink
Merge pull request #22 from HenestrosaDev/dev
Browse files Browse the repository at this point in the history
Make the buttons section of `SectionSubscriptionDetails` responsive
  • Loading branch information
HenestrosaDev authored Jun 17, 2024
2 parents 5122666 + 2c0dde5 commit acd66ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const proratedFinalPrice = Math.round(
</p>
</div>

<div class="flex w-fit space-x-3">
<div class="sm:flex w-fit space-x-3">
<button
v-if="isSubscriptionActive"
class="button"
Expand Down

0 comments on commit acd66ae

Please sign in to comment.