mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-02 21:28:12 +00:00
responsive ConnectDevice component
This commit is contained in:
parent
81766f0a8f
commit
bc38fd3ade
@ -26,7 +26,6 @@ const Wrapper = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 400px;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 36px 0;
|
padding: 36px 0;
|
||||||
`;
|
`;
|
||||||
@ -41,8 +40,9 @@ const ConnectTrezorWrapper = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Image = styled.img`
|
const Image = styled.img`
|
||||||
width: 777px;
|
width: 100%;
|
||||||
min-height: 500px;
|
max-width: 777px;
|
||||||
|
height: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center 0px;
|
background-position: center 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user