1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-02 13:18:19 +00:00

responsive ConnectDevice component

This commit is contained in:
slowbackspace 2019-01-24 18:49:19 +01:00
parent 81766f0a8f
commit bc38fd3ade

View File

@ -26,7 +26,6 @@ const Wrapper = styled.div`
display: flex;
justify-content: space-around;
align-items: center;
width: 400px;
margin: 0 auto;
padding: 36px 0;
`;
@ -41,8 +40,9 @@ const ConnectTrezorWrapper = styled.div`
`;
const Image = styled.img`
width: 777px;
min-height: 500px;
width: 100%;
max-width: 777px;
height: auto;
margin: auto;
background-repeat: no-repeat;
background-position: center 0px;