Skip to content

Commit 3e19595

Browse files
committed
feat: fixed teams responsiveness
1 parent 46fbf99 commit 3e19595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Teams/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ function Teams() {
1313
<PageTransition>
1414
<div className="min-h-screen">
1515
<div className="flex justify-center items-center">
16-
<div className="flex-grow container mx-auto pr-20 pl-20 space-x-30 py-8">
16+
<div className="flex-grow mx-auto pr-5 pl-5 space-x-30 py-8">
1717
<Heading
1818
text="MEET OUR TEAM"
1919
className="text-center absolute top-0 left-0 right-0 mb-24"
2020
/>
21-
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 grid grid-rows-auto mt-12">
21+
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 grid-rows-auto mt-12">
2222
{teamMembers}
2323
</div>
2424
<SkewButton text="SEE ALL" link="/all-members" className="mt-16" />

0 commit comments

Comments
 (0)