Skip to content

Commit

Permalink
make mobile a little nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
rokob committed Jan 2, 2019
1 parent a1654a8 commit 2b2a54b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/layout.js
Expand Up @@ -9,6 +9,10 @@ const Container = styled.div`
max-width: 800px;
padding-bottom: ${rhythm(2)};
padding-top: ${rhythm(1.5)};
@media only screen and (max-width: 801px) {
width: 93%;
}
`

const ChildWrapper = styled.div`
Expand Down

0 comments on commit 2b2a54b

Please sign in to comment.