Skip to content

Commit

Permalink
•Contact
Browse files Browse the repository at this point in the history
  • Loading branch information
ishap11 committed Aug 8, 2024
1 parent 63a5bab commit 5eaa199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
28 changes: 4 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/ContactUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Contact = () => {

<motion.div
variants={slideIn("left", "tween", 0.2, 1)}
className=" bg-black-100 p-8 rounded-2xl"
className=" bg-black-100 p-8 rounded-2xl mt-24"
>
<p
className={
Expand Down Expand Up @@ -222,7 +222,7 @@ const Contact = () => {
></iframe>
</div>
</div>
<div className="md:col-span-1">
<div className="md:col-span-1 ">
<div className="bg-gray-300 h-64 md:h-full">
<div className="bg-gray-300 p-6 ">
<h2 className="text-black text-2xl font-bold mb-4">
Expand Down

0 comments on commit 5eaa199

Please sign in to comment.