Skip to content

Commit ac47556

Browse files
committed
fixed
1 parent c59d120 commit ac47556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function Layout({children, pageContext, path}) {
8282
justifyContent: 'center',
8383
flexDirection: 'row-reverse',
8484
display: 'flex',
85-
maxWidth: '1200',
85+
maxWidth: '1200px',
8686
mx: 'auto',
8787
width: '100%',
8888
p: [4, 5, 6, 7]

0 commit comments

Comments
 (0)