Skip to content

Commit bb17677

Browse files
fix text max width
1 parent 07c8a59 commit bb17677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export default function HomePage() {
179179
</div>
180180

181181
<div className="mb-6 text-center">
182-
<p className="mx-auto max-w-2xl font-mono text-lg text-muted-foreground">
182+
<p className="mx-auto font-mono text-lg text-muted-foreground">
183183
# Modern CLI for scaffolding end-to-end type-safe TypeScript
184184
projects
185185
</p>

0 commit comments

Comments
 (0)