Skip to content

Commit ab52c85

Browse files
committed
chore: docs overflow bug
1 parent 1d72679 commit ab52c85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/app/pages/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,13 @@ const contributors = useRuntimeConfig().public.contributors
226226
<template>
227227
<div>
228228
<UPageHero
229+
class="max-w-full overflow-hidden"
229230
:links="links"
230231
orientation="horizontal"
231232
>
232233
<template #title>
233234
<div class="leading-tight">
234-
<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
235236
</div>
236237
</template>
237238

0 commit comments

Comments
 (0)