Add margin bottom to tournament cards to reveal shadow

This commit is contained in:
James Grugett 2022-08-29 00:29:59 -05:00
parent ecacce0796
commit 7ea6777d6b

View File

@ -213,7 +213,7 @@ function Section(props: {
<ContractCard
contract={m}
hideGroupLink
className="max-h-[200px] w-96 shrink-0"
className="mb-2 max-h-[200px] w-96 shrink-0"
questionClass="line-clamp-3"
trackingPostfix=" tournament"
/>