File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ function timesFaster(nuxt: number, iframe: number) {
211
211
</ul>
212
212
</ULandingSection>
213
213
214
- <div class="py-6 sm:py-20 gap-20 mb-12 flex flex-col xl:flex-row items-center max-w-7xl mx-auto">
214
+ <div class="py-6 sm:py-20 gap-20 mb-12 flex flex-col xl:flex-row items-center max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 ">
215
215
<div class="max-w-lg">
216
216
<h2 class="text-xl xl:text-4xl font-bold flex items-center gap-4 mb-4">
217
217
<UIcon name="i-ph-speedometer-duotone" class="h-12 w-12 shrink-0 text-primary" />
@@ -226,7 +226,7 @@ function timesFaster(nuxt: number, iframe: number) {
226
226
<p class="text-gray-500 dark:text-gray-400">
227
227
<span class="opacity-50 text-sm">*Benchmarks are from pagespeed.web.dev Mobile report running with variability, they are not accurate.</span>
228
228
</p>
229
- <UButtonGroup class="mt-10 flex flex-col md :flex-row">
229
+ <UButtonGroup class="mt-10 flex flex-col sm :flex-row">
230
230
<UButton :variant="webVital === 'fcp' ? 'solid' : 'soft'" :active="webVital === 'fcp'" @click="webVital = 'fcp'">
231
231
First Contentful Paint
232
232
</UButton>
You can’t perform that action at this time.
0 commit comments