Skip to content

Commit

Permalink
fix(ticket): ui broken on ticket image
Browse files Browse the repository at this point in the history
  • Loading branch information
baby230211 committed Aug 17, 2023
1 parent 1ccabbb commit bfac211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/registration/tickets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
class="flex flex-col xl:flex-row"
>
<div
class="m-auto flex flex-1 flex-col items-center justify-center pb-6 xl:flex-grow-[2] xl:items-start xl:pb-0"
class="m-auto flex flex-1 flex-col items-center justify-center pb-6 xl:mr-2 xl:flex-grow-[2] xl:items-start xl:pb-0"
>
<img
:src="ticket.image"
:alt="ticket.title"
class="mx-auto w-20 px-0 pb-[12px] pt-0 xl:m-0"
/>
<div
class="text-center font-serif font-semibold"
class="font-serif font-semibold"
:style="ticketTitleStyle"
>
{{ $t(ticket.titleI18nKey) }}
Expand All @@ -91,7 +91,7 @@
<li
v-for="(feature, i) in ticket.featuresI18nKey"
:key="`tickets.features.${i}`"
class="li-mt-0 li-mb-6 inline-block font-sans text-[18px]"
class="li-mt-0 li-mb-6 flex gap-1 font-sans text-[18px]"
>
<i18n
Expand Down

0 comments on commit bfac211

Please sign in to comment.