Widen the doc detail view to max-w-5xl

Matches the width already used on the run and new-run cards.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-17 09:57:19 +02:00
co-authored by Claude Sonnet 5
parent e7b2b9add2
commit e5fb28ef31
+1 -1
View File
@@ -27,7 +27,7 @@ export default async function DocPage({ params }: DocPageProps) {
if (content === null) notFound();
return (
<div className="mx-auto flex max-w-3xl flex-col gap-6">
<div className="mx-auto flex max-w-5xl flex-col gap-6">
<Link
href="/docs"
className="text-muted-foreground hover:text-foreground flex w-fit items-center gap-1 text-sm"