Skip to content

Commit

Permalink
fixed Flavourtext again
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jan 27, 2024
1 parent 1665fd3 commit 2009167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AdvancedCardViewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class="lg:flex justify-center space-y-20 lg:space-y-0 lg:space-x-20 p-6"
>
<div>
<p class="text-center max-w-xs pb-8" v-if="state.card.FlavourText">
<p class="text-center max-w-xs pb-8 mx-auto" v-if="state.card.FlavourText">
<i>"{{ state.card.FlavourText }}"</i>
</p>
<div>
Expand Down

0 comments on commit 2009167

Please sign in to comment.