1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

change padding

This commit is contained in:
slowbackspace 2019-01-19 20:51:43 +01:00
parent 0f93d2052e
commit f49a202da6

View File

@ -20,7 +20,7 @@ import type { Props as BaseProps } from '../Container';
const Wrapper = styled.div`
width: 90vw;
max-width: 450px;
padding: 40px 0px 20px 0px;
padding: 30px 0px;
`;
const Padding = styled.div`