Skip to content

Commit

Permalink
margin added
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrushnaBiswal committed Jun 19, 2024
1 parent 9247e3d commit 232277d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Link from "next/link";

const NotFound = () => {
return (
<main className="text-center mt-28">
<main className="text-center mt-28 mb-52">
<div className="flex flex-col items-center justify-center gap-6 px-4 md:px-6">
<div className="animate-fade-in">
<svg
Expand Down

0 comments on commit 232277d

Please sign in to comment.