@@ -24,7 +24,7 @@ const evanTestimonial = computed(() => {
24
24
<template >
25
25
<div >
26
26
<UContainer >
27
- <UPageHero align =" center" :ui =" { base: 'z-10', wrapper: 'py-8 pb-0 sm:py-24 sm:pb-0' }" >
27
+ <UPageHero align =" center" :ui =" { base: 'z-10', wrapper: 'py-12 pb-0 sm:py-24 sm:pb-0' }" >
28
28
<!-- <template #icon>
29
29
<UBadge :label="page?.hero.headline" icon="" variant="outline" :ui="{ rounded: 'rounded-full' }" class="badge dark:border border-primary" />
30
30
</template> -->
@@ -42,7 +42,7 @@ const evanTestimonial = computed(() => {
42
42
<div class =" w-full flex justify-center" >
43
43
<UPricingToggle
44
44
v-model =" isYearly"
45
- class =" max-w-xs mb-16"
45
+ class =" max-w-xs mb-8 sm:mb- 16"
46
46
right =" Yearly (2 months off)"
47
47
:ui =" {
48
48
marker: 'bg-primary-500 dark:bg-green-400'
@@ -74,10 +74,10 @@ const evanTestimonial = computed(() => {
74
74
<UCard class =" mt-8" :ui =" { body: { padding: 'md:p-[40px]' } }" >
75
75
<div class =" flex flex-col gap-y-4 text-center sm:text-left sm:flex-row sm:gap-y-0 justify-between items-center gap-x-8" >
76
76
<div class =" flex flex-col gap-y-2" >
77
- <h2 class =" text-2xl font-semibold text-gray-950 dark:text-white" >
77
+ <h2 class =" text-base sm:text- 2xl font-semibold text-gray-950 dark:text-white" >
78
78
{{ page?.pricing.contact.title }}
79
79
</h2 >
80
- <p class =" text-gray-500 dark:text-gray-400" v-html =" page?.pricing.contact.description" />
80
+ <p class =" text-sm sm:text-base text- gray-500 dark:text-gray-400" v-html =" page?.pricing.contact.description" />
81
81
</div >
82
82
<UButton v-bind =" page?.pricing.contact.button" />
83
83
</div >
@@ -89,9 +89,9 @@ const evanTestimonial = computed(() => {
89
89
:title =" page?.cloudflare.title"
90
90
align =" left"
91
91
:ui =" {
92
- wrapper: 'py-244 ',
92
+ wrapper: 'py-12 sm:py-24 ',
93
93
container: 'gap-y-8 sm:gap-y-12 lg:items-start',
94
- title: 'text-xl sm:text-2xl lg:text-3xl font-semibold',
94
+ title: 'text-2xl sm:text-3xl lg:text-3xl font-semibold',
95
95
description: 'text-base mt-3 dark:text-gray-400'
96
96
}"
97
97
>
@@ -106,7 +106,7 @@ const evanTestimonial = computed(() => {
106
106
</div >
107
107
</template >
108
108
<UTabs
109
- class =" pb-20 sm:pb-0 sm:w-full w-[calc(100vw-32px)]"
109
+ class =" pt-8 sm:pt-0 pb-20 sm:pb-0 sm:w-full w-[calc(100vw-32px)]"
110
110
:items =" page?.cloudflare.plans"
111
111
:ui =" {
112
112
list: {
0 commit comments