Skip to content

Commit

Permalink
[Resolve] w-full instead of w-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDiniz committed Mar 3, 2024
1 parent 1e38ee9 commit 4ae7ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/About.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const AboutSection: React.FC = () => {
return (
<div className="relative bg-gradient-to-b from-peachPuff to-brightUbe pb-10 pt-48">
{/* MAIN SVG (Background) */}
<div className="relative w-screen object-cover">
<div className="relative w-full object-cover">
<img
src={AboutSectionDesktop}
alt="about-statistics"
Expand Down

0 comments on commit 4ae7ccd

Please sign in to comment.