diff --git a/web/components/contract-card.tsx b/web/components/contract-card.tsx index c3d9595d..a452fec1 100644 --- a/web/components/contract-card.tsx +++ b/web/components/contract-card.tsx @@ -26,28 +26,30 @@ export function ContractCard(props: { const { probPercent } = contractMetrics(contract) return ( -
- - - - -

{question}

- +
+ + + + +

{question}

+ +
+ - - +
) }