We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dccf1 commit d907b52Copy full SHA for d907b52
apps/docs/src/app/(home)/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
21
<h1 className="text-4xl md:text-6xl font-extrabold mb-4 text-fd-foreground leading-tight">
22
{t('title')}
23
</h1>
24
- <div className="text-lg md:text-xl text-fd-muted-foreground max-w-3xl mb-8 leading-relaxed">
+ <div className="mx-auto text-lg md:text-xl text-fd-muted-foreground max-w-3xl mb-8 leading-relaxed">
25
{t.rich('subtitle', {
26
strong: (chunks) => (
27
<strong className="font-semibold text-fd-foreground">
0 commit comments