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 6af67f2 commit c4c5f7cCopy full SHA for c4c5f7c
1 file changed
src/components/NotFound.tsx
@@ -336,7 +336,7 @@ export function NotFound({ children }: { children?: React.ReactNode }) {
336
return (
337
<div className="flex min-h-[calc(100dvh-var(--navbar-height))] flex-1 bg-gray-50 text-gray-950 dark:bg-gray-950 dark:text-white">
338
<div className="mx-auto grid w-full max-w-6xl gap-8 px-4 py-10 md:px-8 lg:grid-cols-[minmax(0,0.95fr)_minmax(360px,1.05fr)] lg:items-center lg:py-16">
339
- <section className="space-y-7">
+ <section className="space-y-7 lg:self-start">
340
<div className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1 text-xs font-semibold uppercase text-gray-500 shadow-sm dark:border-gray-800 dark:bg-gray-900 dark:text-gray-400">
341
<Compass className="h-3.5 w-3.5" />
342
404 Not Found
0 commit comments