Skip to content

Commit

Permalink
team tweak (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Aug 14, 2024
1 parent cec2fa9 commit 151cc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const titleRight = titleSide === 'right';
displayMembers.map((member) => (
<ConditionalLink link={member.link}>
<div
class={`w-38 group !mt-0 flex flex-col items-center text-center ${small ? 'md:w-32' : 'md:w-44'}`}
class={`w-38 group !mt-0 mx-2 flex flex-col items-center text-center ${small ? 'md:w-32' : 'md:w-44'}`}
>
<img
class='rounded-full'
Expand Down

0 comments on commit 151cc73

Please sign in to comment.