Fixes: Scroll to top behavior when changing pages

Fixes: Different max-width on docs and other content
This commit is contained in:
Tom Moor
2017-09-04 08:56:07 -07:00
parent f4735246ad
commit 24686aac44
4 changed files with 9 additions and 16 deletions

View File

@ -12,7 +12,7 @@ const Container = styled.div`
`;
const Content = styled.div`
max-width: 740px;
max-width: 50em;
margin: 0 auto;
`;