Skip to content

Commit

Permalink
Fix text align on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vladanthales committed Mar 13, 2023
1 parent 2170d2c commit e29dcd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Markets/Home/MarketsList/MarketsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const IncentivizedLeague = styled.div`
const IncentivizedTitle = styled.span`
font-size: 13px;
padding-right: 5px;
text-align: right;
`;

export default MarketsList;

0 comments on commit e29dcd2

Please sign in to comment.