Skip to content

Commit

Permalink
Update padding for breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantrabs committed Mar 26, 2024
1 parent 2dfc364 commit 0048e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Team/Team.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const TeamSection = () => {
alt=""
/>

<div className="mx-auto max-w-7xl space-y-12 pb-64 lg:pb-96">
<div className="mx-auto max-w-7xl space-y-12 pb-52 md:pb-80 lg:pb-96">
{departments.map((department) => (
<Department {...department} key={department.title} />
))}
Expand Down

0 comments on commit 0048e24

Please sign in to comment.