We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fbf99 commit 3e19595Copy full SHA for 3e19595
src/pages/Teams/index.jsx
@@ -13,12 +13,12 @@ function Teams() {
13
<PageTransition>
14
<div className="min-h-screen">
15
<div className="flex justify-center items-center">
16
- <div className="flex-grow container mx-auto pr-20 pl-20 space-x-30 py-8">
+ <div className="flex-grow mx-auto pr-5 pl-5 space-x-30 py-8">
17
<Heading
18
text="MEET OUR TEAM"
19
className="text-center absolute top-0 left-0 right-0 mb-24"
20
/>
21
- <div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 grid grid-rows-auto mt-12">
+ <div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 grid-rows-auto mt-12">
22
{teamMembers}
23
</div>
24
<SkewButton text="SEE ALL" link="/all-members" className="mt-16" />
0 commit comments