Skip to content

Commit

Permalink
[Update] add w-full
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDiniz committed Apr 7, 2024
1 parent ce7dc9d commit 2d10576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Contact.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ContactSection: React.FC = () => {
src={MiddleBody}
className="z-0 h-[300px] w-full object-cover sm:h-[350px] md:h-[400px] lg:h-[700px]"
/>
<img src={BottomBorder} className="z-0" />
<img src={BottomBorder} className="z-0 w-full" />
</section>
);
};
Expand Down

0 comments on commit 2d10576

Please sign in to comment.