Fixes: Scroll to top behavior when changing pages
Fixes: Different max-width on docs and other content
This commit is contained in:
@ -12,7 +12,7 @@ const Container = styled.div`
|
||||
`;
|
||||
|
||||
const Content = styled.div`
|
||||
max-width: 740px;
|
||||
max-width: 50em;
|
||||
margin: 0 auto;
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user