Remove some margin
This commit is contained in:
parent
21870d7edb
commit
082125bd2f
|
@ -161,7 +161,7 @@ export function BetsList(props: { user: User }) {
|
||||||
((currentBetsValue - currentInvested) / (currentInvested + 0.1)) * 100
|
((currentBetsValue - currentInvested) / (currentInvested + 0.1)) * 100
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Col className="mt-6">
|
<Col>
|
||||||
<Col className="mx-4 gap-4 sm:flex-row sm:justify-between md:mx-0">
|
<Col className="mx-4 gap-4 sm:flex-row sm:justify-between md:mx-0">
|
||||||
<Row className="gap-8">
|
<Row className="gap-8">
|
||||||
<Col>
|
<Col>
|
||||||
|
|
|
@ -271,7 +271,7 @@ export function UserPage(props: { user: User }) {
|
||||||
title: 'Stats',
|
title: 'Stats',
|
||||||
content: (
|
content: (
|
||||||
<Col className="mb-8">
|
<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} />
|
<FollowingButton user={user} />
|
||||||
<FollowersButton user={user} />
|
<FollowersButton user={user} />
|
||||||
<ReferralsButton user={user} />
|
<ReferralsButton user={user} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user