Skip to content

Commit c4c5f7c

Browse files
committed
Align 404 page content to top
1 parent 6af67f2 commit c4c5f7c

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
@@ -336,7 +336,7 @@ export function NotFound({ children }: { children?: React.ReactNode }) {
336336
return (
337337
<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">
338338
<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">
339+
<section className="space-y-7 lg:self-start">
340340
<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">
341341
<Compass className="h-3.5 w-3.5" />
342342
404 Not Found

0 commit comments

Comments
 (0)