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:
@@ -27,7 +27,7 @@ export default async function DocPage({ params }: DocPageProps) {
|
|||||||
if (content === null) notFound();
|
if (content === null) notFound();
|
||||||
|
|
||||||
return (
|
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
|
<Link
|
||||||
href="/docs"
|
href="/docs"
|
||||||
className="text-muted-foreground hover:text-foreground flex w-fit items-center gap-1 text-sm"
|
className="text-muted-foreground hover:text-foreground flex w-fit items-center gap-1 text-sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user