Skip to content

Commit

Permalink
CoinCell is mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Jun 4, 2024
1 parent 44936f7 commit f9f31da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/website/src/styled-components/Coingecko/Table/Cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export const CoinCell = styled(Cell)`
flex-direction: row;
align-items: center;
min-width: 120px;
@media (max-width: 1024px) {
min-width: 50px;
}
`

export const PriceUSDCell = styled(Cell)`
Expand Down

0 comments on commit f9f31da

Please sign in to comment.