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 4975eeb commit 44744e2Copy full SHA for 44744e2
src/pages/Notfound.tsx
@@ -1,6 +1,6 @@
1
export const NotFound = () => (
2
<div>
3
- <main className="grid min-h-full place-items-center bg-white px-6 py-24 sm:py-32 lg:px-8">
+ <main className="grid min-h-dvh place-items-center bg-white px-6 py-24 sm:py-32 lg:px-8">
4
<div className="text-center">
5
<p className="text-base font-semibold text-indigo-600">404</p>
6
<h1 className="mt-4 text-3xl font-bold tracking-tight text-gray-900 sm:text-5xl">Page not found</h1>
0 commit comments