my jamtracks page - increase the content size to be 75% in desktop window
This commit is contained in:
parent
8835455795
commit
2786c74175
|
|
@ -69,7 +69,7 @@ const JKMyJamTracks = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card style={{ width: greaterThan.sm ? '50%' : '100%' }} className="mx-auto">
|
<Card style={{ width: greaterThan.sm ? '75%' : '100%' }} className="mx-auto">
|
||||||
<FalconCardHeader title={t('my.page_title')} titleClass="font-weight-semi-bold" />
|
<FalconCardHeader title={t('my.page_title')} titleClass="font-weight-semi-bold" />
|
||||||
<CardBody className="pt-3">
|
<CardBody className="pt-3">
|
||||||
<FormGroup className="mb-3">
|
<FormGroup className="mb-3">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue