We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de540c commit 991bfdeCopy full SHA for 991bfde
web/components/Activation/WelcomeModal.ce.vue
@@ -84,10 +84,10 @@ watchEffect(() => {
84
<ActivationPartnerLogo />
85
</div>
86
87
- <h1 class="text-center text-20px sm:text-24px font-semibold mt-4">{{ title }}</h1>
+ <h1 class="text-center text-xl sm:text-2xl font-semibold mt-4">{{ title }}</h1>
88
89
<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>
+ <p class="text-lg sm:text-xl opacity-75 text-center">{{ description }}</p>
91
92
93
<div class="flex flex-col">
0 commit comments