Skip to content

Commit

Permalink
feat: reordered mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Opty1712 committed Aug 1, 2022
1 parent bfe5c3e commit 6e236e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const headerStyle = css`
margin: 0 40px;
@media (max-width: 600px) {
display: block;
flex-direction: column-reverse;
width: 100%;
margin: 0;
}
Expand Down
3 changes: 2 additions & 1 deletion src/containers/components/Wallet/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ const walletStyle = css`
@media (max-width: 600px) {
margin-left: 0;
margin-top: 40px;
margin-top: 0px;
margin-bottom: 40px;
}
`;

Expand Down

1 comment on commit 6e236e2

@vercel
Copy link

@vercel vercel bot commented on 6e236e2 Aug 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nft-search – ./

nft-search-opty1712.vercel.app
nft-search-git-main-opty1712.vercel.app
nft-search-snowy.vercel.app

Please sign in to comment.