Skip to content

Commit

Permalink
Update Contact.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealsir committed Jun 30, 2024
1 parent 0e54a2c commit b7cbaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sections/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const About = () => {
</h1>
</div>

<div className="flex gap-40 mb-10">
<div className="flex max-sm:flex-col max-sm:gap-10 sm:gap-10 md:gap-20 lg:gap-40 mb-10">
<div style={{ opacity: 1, transform: "none", filter: "invert(1)" }}>
<h4 className="font-bold text-primary text-2xl">Contact</h4>
<div className="mt-3 flex flex-col gap-[6.4px] text-[16px] font-normal md:text-[17.6px]">
Expand Down

0 comments on commit b7cbaf7

Please sign in to comment.