Remove some margin

This commit is contained in:
James Grugett 2022-09-06 23:31:02 -05:00
parent 21870d7edb
commit 082125bd2f
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ export function BetsList(props: { user: User }) {
((currentBetsValue - currentInvested) / (currentInvested + 0.1)) * 100
return (
<Col className="mt-6">
<Col>
<Col className="mx-4 gap-4 sm:flex-row sm:justify-between md:mx-0">
<Row className="gap-8">
<Col>

View File

@ -271,7 +271,7 @@ export function UserPage(props: { user: User }) {
title: 'Stats',
content: (
<Col className="mb-8">
<Row className={'mt-2 mb-8 flex-wrap items-center gap-6'}>
<Row className={'mb-8 flex-wrap items-center gap-6'}>
<FollowingButton user={user} />
<FollowersButton user={user} />
<ReferralsButton user={user} />