Skip to content

Commit

Permalink
do not center content - leads to layout shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
dcts committed Nov 8, 2024
1 parent 0697468 commit 883a566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Team() {
}, [dispatch]);

return (
<div className="bg-dexter-grey-dark grow flex items-center justify-center pt-10">
<div className="bg-dexter-grey-dark grow flex items-start justify-center pt-10">
<div className="max-w-[1200px] p-8">
<HeaderComponent />
<Filters />
Expand Down

0 comments on commit 883a566

Please sign in to comment.