1
0
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:
Vladimir Volek 2018-08-23 17:39:00 +02:00
parent 3df12d3e1e
commit 8ad63117e1
2 changed files with 5 additions and 2 deletions

View File

@ -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`

View File

@ -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;