mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-25 00:18:07 +00:00
Adjusted size of header to designs
This commit is contained in:
parent
3df12d3e1e
commit
8ad63117e1
@ -24,9 +24,12 @@ const LayoutWrapper = styled.div`
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 1170px;
|
max-width: 1170px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 32px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@media screen and (max-width: 1170px) {
|
||||||
|
padding: 0 25px;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const A = styled.a`
|
const A = styled.a`
|
||||||
|
@ -48,7 +48,7 @@ const WalletWrapper = styled.div`
|
|||||||
max-width: 1170px;
|
max-width: 1170px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background: ${colors.MAIN};
|
background: ${colors.WHITE};
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
border-radius: 4px 4px 0px 0px;
|
border-radius: 4px 4px 0px 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user