Skip to content

Commit a397495

Browse files
committed
fix: centered the 404 div to the horizontal middle of the page
1 parent 1727819 commit a397495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { cn } from "@/lib/utils";
33

44
export default function NotFound() {
55
return (
6-
<main className="flex flex-col items-center container mt-[28vh] z-1">
6+
<main className="flex flex-col items-center justify-center container mx-auto mt-[28vh] z-1">
77
<h1 className={
88
cn(
99
"font-typewriter text-6xl md:text-7xl lg:text-8xl font-bold",

0 commit comments

Comments
 (0)