Skip to content

Commit

Permalink
Polish spacing in team section
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Aug 21, 2024
1 parent fad9732 commit 535ea9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/docs/src/components/team-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function TeamSection({ className }: { className?: string }) {
className,
)}
>
<div className="mx-auto flex grid-cols-1 flex-col flex-wrap justify-center lg:max-xl:w-max xl:h-[476px]">
<div className="mx-auto flex flex-col flex-wrap justify-center gap-x-2 lg:max-xl:w-max xl:h-[476px]">
<Heading as="h3" size="md" className="text-green-1000 max-w-full text-balance xl:w-[468px]">
Built by The Guild. Industry veterans.
</Heading>
Expand All @@ -40,7 +40,7 @@ export function TeamSection({ className }: { className?: string }) {
</CallToAction>

<TeamGallery
className="max-xl:-mx-4 max-xl:max-w-[calc(100%-1rem)] max-xl:px-4 max-xl:py-6 max-lg:max-w-[calc(100%+2rem)] xl:w-[664px]"
className="max-xl:-mx-4 max-xl:max-w-[calc(100%-1rem)] max-xl:px-4 max-xl:py-6 max-lg:max-w-[calc(100%+2rem)] xl:ml-auto xl:w-[664px]"
style={{
'--size': '120px',
}}
Expand Down

0 comments on commit 535ea9f

Please sign in to comment.