Skip to content

Commit 1daeb92

Browse files
committed
fix notfound layout
1 parent b3f3af0 commit 1daeb92

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

src/components/Layout/NotFoundContent.tsx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@ export function NotFoundContent({
3131
</div>
3232
<div className="px-5 sm:px-12">
3333
<div className="max-w-7xl mx-auto">
34-
<Intro>
35-
<p>This page doesn’t exist.</p>
36-
<p>
37-
If this is a mistake,{' '}
38-
<Link href="https://github.com/reactjs/react.dev/issues/new">
39-
let us know
40-
</Link>
41-
, and we will try to fix it!
42-
</p>
43-
</Intro>
34+
<div className="max-w-4xl ms-0 2xl:mx-auto">
35+
<Intro>
36+
<p>This page doesn’t exist.</p>
37+
<p>
38+
If this is a mistake,{' '}
39+
<Link href="https://github.com/reactjs/react.dev/issues/new">
40+
let us know
41+
</Link>
42+
, and we will try to fix it!
43+
</p>
44+
</Intro>
45+
</div>
4446
</div>
4547
</div>
4648
</div>

0 commit comments

Comments
 (0)