Skip to content

Commit ca62938

Browse files
committed
Align 404 secondary column to top
1 parent c4c5f7c commit ca62938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/NotFound.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export function NotFound({ children }: { children?: React.ReactNode }) {
380380
{children ? <div>{children}</div> : null}
381381
</section>
382382

383-
<section className="space-y-4">
383+
<section className="space-y-4 lg:self-start">
384384
<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">
385385
<div
386386
aria-hidden="true"

0 commit comments

Comments
 (0)