Skip to content

Commit d907b52

Browse files
committed
style: update docs index style
1 parent 13dccf1 commit d907b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function HomePage() {
2121
<h1 className="text-4xl md:text-6xl font-extrabold mb-4 text-fd-foreground leading-tight">
2222
{t('title')}
2323
</h1>
24-
<div className="text-lg md:text-xl text-fd-muted-foreground max-w-3xl mb-8 leading-relaxed">
24+
<div className="mx-auto text-lg md:text-xl text-fd-muted-foreground max-w-3xl mb-8 leading-relaxed">
2525
{t.rich('subtitle', {
2626
strong: (chunks) => (
2727
<strong className="font-semibold text-fd-foreground">

0 commit comments

Comments
 (0)