Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function NotFoundPage() {

{/* Main content area */}
<div className="text-gray-950 dark:text-white">
<div className="flex h-[calc(100vh-3.5rem)] items-center justify-center">
<div className="flex h-full items-center justify-center">
<div className="flex flex-auto flex-col items-center justify-center px-4 text-center sm:flex-row">
<h1 className="text-2xl font-extrabold tracking-tight text-gray-900 sm:mr-6 sm:border-r sm:border-gray-900/10 sm:pr-6 sm:text-3xl dark:text-gray-200 sm:dark:border-gray-300/10">
404
Expand Down