Skip to content

Commit

Permalink
feat(ui): adjust pagition component layout for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jun 10, 2019
1 parent cf25334 commit a774655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/pages/BlockList/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const BlocksPagition = styled(CommonPagition)`
margin-top: 60px;
@media (max-width: 700px) {
margin-top: 15px;
margin-left: 10%;
width: 80%;
}
width: 100%;
overflow-x: auto;
Expand Down

0 comments on commit a774655

Please sign in to comment.