Skip to content

Commit 286bf92

Browse files
committed
improv: increase width for content
1 parent 10686b0 commit 286bf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gatsby-theme-apollo-core/components/flex-wrapper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import styled from '@emotion/styled';
33
const FlexWrapper = styled.div({
44
display: 'flex',
55
minHeight: '100vh',
6-
maxWidth: 1600,
6+
maxWidth: '87vw',
77
margin: '0 auto'
88
});
99

0 commit comments

Comments
 (0)