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 c4c5f7c commit ca62938Copy full SHA for ca62938
1 file changed
src/components/NotFound.tsx
@@ -380,7 +380,7 @@ export function NotFound({ children }: { children?: React.ReactNode }) {
380
{children ? <div>{children}</div> : null}
381
</section>
382
383
- <section className="space-y-4">
+ <section className="space-y-4 lg:self-start">
384
<div className="relative min-h-[260px] overflow-hidden rounded-lg border border-gray-200/80 bg-white p-5 shadow-sm dark:border-gray-800 dark:bg-gray-900">
385
<div
386
aria-hidden="true"
0 commit comments