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 1727819 commit a397495Copy full SHA for a397495
src/app/not-found.tsx
@@ -3,7 +3,7 @@ import { cn } from "@/lib/utils";
3
4
export default function NotFound() {
5
return (
6
- <main className="flex flex-col items-center container mt-[28vh] z-1">
+ <main className="flex flex-col items-center justify-center container mx-auto mt-[28vh] z-1">
7
<h1 className={
8
cn(
9
"font-typewriter text-6xl md:text-7xl lg:text-8xl font-bold",
0 commit comments