Fix ContractOverview layout

This commit is contained in:
Austin Chen 2021-12-16 01:39:16 -08:00
parent 6b5bf3cb35
commit 5e980a7863

View File

@ -44,11 +44,8 @@ export default function ContractPage() {
isResolved ? 'md:justify-center' : 'md:justify-between' isResolved ? 'md:justify-center' : 'md:justify-between'
)} )}
> >
<div> <div className="max-w-4xl w-full ">
<ContractOverview <ContractOverview contract={contract} className="p-4" />
contract={contract}
className="max-w-4xl w-full p-4"
/>
<BetsSection contract={contract} user={user ?? null} /> <BetsSection contract={contract} user={user ?? null} />
</div> </div>