Update TeamMember.tsx

Set the margin to auto on the div container for the social links on the Teammember page.
This commit is contained in:
CreatingBytes 2022-06-20 21:24:29 +02:00
parent f1ec5a10e6
commit 263099571e

View file

@ -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]" />