Figma, framer, invision, marvel pages

This commit is contained in:
Tom Moor
2018-12-20 23:53:28 -08:00
parent b7bea4941e
commit 47ea3c343c
16 changed files with 133 additions and 44 deletions

View File

@ -78,7 +78,7 @@ function Layout({ children, loggedIn, sessions }: Props) {
const Body = styled.body`
padding: 0 30px;
${breakpoint('tablet')`
${breakpoint('desktop')`
padding: 0;
`};
`;