Skip to content

Commit

Permalink
gfs
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 23, 2024
1 parent 424a221 commit 461d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ContactPage: React.FC = () => {
};

return (
<main className="md:p-8 p-2 bg-custom-radial-md bg-primary min-h-screen ">
<main className="md:p-8 p-2 bg-custom-radial-md bg-primary min-h-screen">
<section className="max-w-6xl m-auto m-auto rounded-xl py-1 border-rose-600 sm:flex sm:border-rose-600 md:border-blue-400 gap-2 lg:w-[70%] lg:flex-1 lg:border-yellow-500">


Expand Down

0 comments on commit 461d732

Please sign in to comment.