Skip to content

Commit 1b79ab6

Browse files
authored
docs: fix homepage css (#68)
1 parent b12a889 commit 1b79ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function timesFaster(nuxt: number, iframe: number) {
211211
</ul>
212212
</ULandingSection>
213213

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">
215215
<div class="max-w-lg">
216216
<h2 class="text-xl xl:text-4xl font-bold flex items-center gap-4 mb-4">
217217
<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) {
226226
<p class="text-gray-500 dark:text-gray-400">
227227
<span class="opacity-50 text-sm">*Benchmarks are from pagespeed.web.dev Mobile report running with variability, they are not accurate.</span>
228228
</p>
229-
<UButtonGroup class="mt-10 flex flex-col md:flex-row">
229+
<UButtonGroup class="mt-10 flex flex-col sm:flex-row">
230230
<UButton :variant="webVital === 'fcp' ? 'solid' : 'soft'" :active="webVital === 'fcp'" @click="webVital = 'fcp'">
231231
First Contentful Paint
232232
</UButton>

0 commit comments

Comments
 (0)