Skip to content

Commit

Permalink
[Removed] Col size for xxl in MySavings
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Mar 7, 2024
1 parent 13cea20 commit 3adb6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/MySavings/MySavings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const MySavings = () => {
</Card>
) : null}
<div className='row'>
<div className='col-12 col-lg-8 col-xxl-9'>
<div className='col-12 col-lg-8'>
<div>
<h2>{I18n.t('mySavings.totalBalance')}</h2>
<Card className='balance-card'>
Expand Down Expand Up @@ -505,7 +505,7 @@ const MySavings = () => {
) : null}
</div>
</div>
<div className='col-12 col-lg-4 col-xxl-3 side-bar'>
<div className='col-12 col-lg-4 side-bar'>
<div className='row'>
{winSizes.width > Breakpoints.LG ? (
<div className='col-12 col-md-6 col-lg-12 mt-5 mt-lg-0'>
Expand Down

0 comments on commit 3adb6b4

Please sign in to comment.