Skip to content

Commit

Permalink
Update TeamMember.tsx
Browse files Browse the repository at this point in the history
Set the margin to auto on the div container for the social links on the Teammember page.
  • Loading branch information
CreatingBytes committed Jun 20, 2022
1 parent f1ec5a1 commit 2630995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing/src/components/TeamMember.tsx
Expand Up @@ -71,7 +71,7 @@ export function TeamMember(props: TeamMemberProps) {
{props.investmentRound && (
<p className="mt-0 mb-0 text-sm font-semibold text-gray-450">{props.investmentRound}</p>
)}
<div className="flex flex-row mt-3 space-x-2">
<div className="flex flex-row mt-auto space-x-2">
{props.socials?.twitter && (
<Link href={props.socials.twitter}>
<Twitter className="w-[20px] h-[20px]" />
Expand Down

0 comments on commit 2630995

Please sign in to comment.