chore(wallet-address): add margin bottom

This commit is contained in:
George Lima 2019-02-11 10:37:50 -03:00
parent b265a9bf52
commit ceda64291b
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ const AddressWrapper = styled.div`
background-color: #000; background-color: #000;
border-radius: 6px; border-radius: 6px;
padding: 7px 13px; padding: 7px 13px;
margin-bottom: 10px;
width: 100%; width: 100%;
`; `;
@ -41,7 +42,7 @@ const QRCodeWrapper = styled.div`
background-color: #000; background-color: #000;
border-radius: 6px; border-radius: 6px;
padding: 20px; padding: 20px;
margin-top: 10px; margin-bottom: 10px;
width: 100%; width: 100%;
`; `;