my jamtracks page - increase the content size to be 75% in desktop window

This commit is contained in:
Nuwan 2024-12-29 22:01:31 +05:30
parent 8835455795
commit 2786c74175
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const JKMyJamTracks = () => {
};
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" />
<CardBody className="pt-3">
<FormGroup className="mb-3">