Skip to content

Commit

Permalink
fix: reduce margin to maintain testnet wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed May 14, 2022
1 parent fe8745d commit 84514e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/wallet/Wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const StyledContainer = styled(Container)`
color: #3f4045;
font-weight: 400;
font-size: 14px;
margin: 20px;
margin: 20px 18px;
border-radius: 0;
:hover {
Expand Down

0 comments on commit 84514e8

Please sign in to comment.