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:
parent
81766f0a8f
commit
bc38fd3ade
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user