Skip to content

Commit 44744e2

Browse files
committed
fix: 페이지 디자인 수정
1 parent 4975eeb commit 44744e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Notfound.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const NotFound = () => (
22
<div>
3-
<main className="grid min-h-full place-items-center bg-white px-6 py-24 sm:py-32 lg:px-8">
3+
<main className="grid min-h-dvh place-items-center bg-white px-6 py-24 sm:py-32 lg:px-8">
44
<div className="text-center">
55
<p className="text-base font-semibold text-indigo-600">404</p>
66
<h1 className="mt-4 text-3xl font-bold tracking-tight text-gray-900 sm:text-5xl">Page not found</h1>

0 commit comments

Comments
 (0)