We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10686b0 commit 286bf92Copy full SHA for 286bf92
docs/src/gatsby-theme-apollo-core/components/flex-wrapper.js
@@ -3,7 +3,7 @@ import styled from '@emotion/styled';
3
const FlexWrapper = styled.div({
4
display: 'flex',
5
minHeight: '100vh',
6
- maxWidth: 1600,
+ maxWidth: '87vw',
7
margin: '0 auto'
8
});
9
0 commit comments