Fix Border Radius of Sections

This commit is contained in:
aftabrehan
2024-02-02 19:32:48 +05:00
parent f6ac76f19d
commit ca0d3a878d
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const NotFoundPage = () => {
const router = useRouter()
return (
<div className="w-full flex flex-col items-center justify-center gap-6 p-10 bg-white dark:bg-midnight-slate rounded-3xl">
<div className="w-full flex flex-col items-center justify-center gap-6 p-10 bg-white dark:bg-midnight-slate rounded-xl xs:rounded-2xl sm:rounded-3xl">
<NotFoundImage className="w-full max-w-[342px] h-auto" />
<p className="text-black dark:text-white text-lg font-medium">
Page Not Found!