Skip to content

Commit

Permalink
fix: show the balloon+banner in desktop view and banneronly in mobile…
Browse files Browse the repository at this point in the history
… view
  • Loading branch information
teoh4770 committed Apr 1, 2024
1 parent fd8f792 commit fff1011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/TeamFAQ.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ const TeamSection = () => {
className="relative mx-auto mb-10 w-fit sm:mb-24 lg:mb-32"
>
<img
className="mx-auto w-full max-w-fit sm:hidden"
className="mx-auto hidden w-full max-w-fit sm:block"
src={MeetTheTeamBalloon}
alt=""
/>
<img
className="mx-auto hidden w-full max-w-[70rem] sm:block"
className="mx-auto w-full max-w-[70rem] sm:hidden"
src={MeetTheTeamBanner}
alt=""
/>
Expand Down

0 comments on commit fff1011

Please sign in to comment.