Skip to content

Commit

Permalink
Merge pull request #245 from Chaitanya-Shahare/fix/padding-404-page
Browse files Browse the repository at this point in the history
fix: increase padding in 404 page
  • Loading branch information
hemantwasthere authored Oct 25, 2023
2 parents 2e5bd08 + 660e623 commit f4b55f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from 'next/link'

const Custom404 = () => {
return (
<div className="flex flex-col items-center justify-center h-screen">
<div className="flex flex-col items-center justify-center h-screen px-3 text-center">
<h1 className="text-3xl md:text-4xl font-semibold mb-4">404 - Page Not Found</h1>
<p className="text-lg md:text-xl whitespace-wrap text-gray-600 mb-6">We apologize for the inconvenience. The page you are looking for does not exist or is under development.</p>
<Link className="flex items-center text-blue-500 hover:text-blue-700" href="/dashboard">
Expand Down

0 comments on commit f4b55f2

Please sign in to comment.