We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d72679 commit ab52c85Copy full SHA for ab52c85
1 file changed
docs/app/pages/index.vue
@@ -226,12 +226,13 @@ const contributors = useRuntimeConfig().public.contributors
226
<template>
227
<div>
228
<UPageHero
229
+ class="max-w-full overflow-hidden"
230
:links="links"
231
orientation="horizontal"
232
>
233
<template #title>
234
<div class="leading-tight">
- <span class="text-primary">Third-Party Scripts </span><br> Meets Nuxt DX
235
+ <span class="text-primary text-6xl">Third-Party Scripts </span><br> Meets Nuxt DX
236
</div>
237
</template>
238
0 commit comments