hotfix: add padding horizontal in Layout

This commit is contained in:
George Lima 2018-12-11 21:35:04 -03:00
parent 9522f9d245
commit efdcf3c4f1
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ const Layout = styled.div`
flex-direction: column;
width: 100%;
height: 100vh;
background: ${props => props.theme.colors.secondary};
background-color: ${props => props.theme.colors.background};
padding-left: 35px;
padding-right: 45px;
`;
type Props = {