Skip to content

Commit

Permalink
Center the title
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-priyanka-g committed Sep 12, 2023
1 parent 3b9a5a6 commit 37d7b21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div
class="tw-container tw-mt-6 tw-flex-[67%] tw-pb-8 md:tw-pb-16 md:tw-w-[65rem]"
>
<div class="md:tw-pl-[30px]">
<div>
<transition-group tag="div" :name="'faq-' + faqTransitionName">
<div class="faq-section tw-h-auto">
<div
Expand Down Expand Up @@ -84,7 +84,7 @@
:disabled="!isActivePrev"
class="clients-indicators tw-mx-1 tw-my-0 tw-cursor-pointer sm:tw-mx-2"
@click="slide(-1)"
@click.native="mixpanel.track('tap_android_app_faq_previous_arrow')"
@click.native="mixpanel.track('tap_ios_app_faq_previous_arrow')"
aria-label="leftArrow"
>
<font-awesome-icon
Expand Down

0 comments on commit 37d7b21

Please sign in to comment.