Skip to content

Commit

Permalink
🎨 align bottom content on peoplecard (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle authored Jun 13, 2024
1 parent a68bfa5 commit b075ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/sections/cards/PeopleCard/PeopleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const PeopleCard = forwardRef<HTMLDivElement, PeopleCardProps>(function PeopleCa
/>
</div>
)}
<div className={`grid grid-cols-1 grid-rows-[1fr_auto]`}>
<div className={`h-full grid grid-cols-1 grid-rows-[1fr_auto]`}>
<div
className={`flex flex-col ${
variant === 'single' ? 'items-start justify-center' : 'items-center justify-start text-center'
Expand Down

0 comments on commit b075ada

Please sign in to comment.