Skip to content

Commit

Permalink
Merge branch 'cross-chain-linea' into test-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Aug 7, 2023
2 parents 6b38c04 + 1a05cac commit 129a318
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const commonCSS = css`
padding: 0 16px;
display: grid;
grid-template-columns: 120px 150px 80px 200px 70px;
grid-template-columns: 120px 150px 80px 220px 70px;
justify-content: space-between;
align-items: center;
${({ theme }) => theme.mediaWidth.upToLarge`
column-gap: 4px;
grid-template-columns: 112px 100px 64px minmax(auto, 200px) 70px;
grid-template-columns: 112px 100px 64px minmax(auto, 220px) 70px;
`}
`

Expand Down

0 comments on commit 129a318

Please sign in to comment.