Skip to content

Commit

Permalink
fix: remove the max width property on team section
Browse files Browse the repository at this point in the history
  • Loading branch information
teoh4770 committed Apr 15, 2024
1 parent 9b4bdb6 commit 9e812d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/TeamFAQ.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const TeamFAQSection = () => {

<section
id="team"
className="relative isolate max-w-screen-2xl p-4 md:p-8 lg:p-12"
className="relative isolate mx-auto p-4 md:p-8 lg:p-12"
>
<div className="relative mx-auto mb-10 w-fit sm:mb-24 lg:mb-32">
<img
Expand Down

0 comments on commit 9e812d0

Please sign in to comment.