Skip to content

Commit

Permalink
Merge pull request #600 from DeXter-on-Radix/fix-team-page-layout
Browse files Browse the repository at this point in the history
fix team page layout shifts
  • Loading branch information
Radstakes authored Nov 9, 2024
2 parents 7c686d2 + 99386b1 commit 1cf5fe9
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 1cf5fe9

Please sign in to comment.