Skip to content

Commit

Permalink
Reduce the gap of staking portfolio on large screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifuChen committed Jul 6, 2023
1 parent d37838e commit b6551ff
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ const StakingPortfolio: FC<StakingPortfolioProps> = ({ cards }) => {
}

const StyledFlexDivCol = styled(FlexDivCol)`
width: 135px;
${media.lessThan('lg')`
width: 135px;
`}
`

const StyledButton = styled(Button)`
Expand Down

0 comments on commit b6551ff

Please sign in to comment.