mirror of
https://github.com/trezor/trezor-wallet
synced 2024-10-31 21:18:54 +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%;
|
||||
max-width: 1170px;
|
||||
margin: 0 auto;
|
||||
padding: 0 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@media screen and (max-width: 1170px) {
|
||||
padding: 0 25px;
|
||||
}
|
||||
`;
|
||||
|
||||
const A = styled.a`
|
||||
|
@ -48,7 +48,7 @@ const WalletWrapper = styled.div`
|
||||
max-width: 1170px;
|
||||
margin: 0 auto;
|
||||
flex: 1;
|
||||
background: ${colors.MAIN};
|
||||
background: ${colors.WHITE};
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user