Skip to content

Commit 991bfde

Browse files
author
mdatelle
committed
refactor: swap out welcome modal text classes
1 parent 8de540c commit 991bfde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/components/Activation/WelcomeModal.ce.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ watchEffect(() => {
8484
<ActivationPartnerLogo />
8585
</div>
8686

87-
<h1 class="text-center text-20px sm:text-24px font-semibold mt-4">{{ title }}</h1>
87+
<h1 class="text-center text-xl sm:text-2xl font-semibold mt-4">{{ title }}</h1>
8888

8989
<div class="sm:max-w-xl mx-auto my-12 text-center">
90-
<p class="text-18px sm:text-20px opacity-75 text-center">{{ description }}</p>
90+
<p class="text-lg sm:text-xl opacity-75 text-center">{{ description }}</p>
9191
</div>
9292

9393
<div class="flex flex-col">

0 commit comments

Comments
 (0)