File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const Header = ({ siteTitle }) => (
1212 < div
1313 style = { {
1414 margin : `0 auto` ,
15- maxWidth : 960 ,
15+ maxWidth : 900 ,
1616 padding : `1.45rem 1.0875rem` ,
1717 } }
1818 >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const Layout = ({ children }) => {
2929 < div
3030 style = { {
3131 margin : `0 auto` ,
32- maxWidth : 960 ,
32+ maxWidth : 900 ,
3333 padding : `0 1.0875rem 1.45rem` ,
3434 } }
3535 >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import SEO from "../components/seo"
66const IndexPage = ( ) => (
77 < Layout >
88 < SEO title = "Home" />
9- < p > This is a Gatsby site deployed on Netlify with a single serverless function. This is the output of calling that function:</ p >
9+ < p > This is a Gatsby site deployed on Netlify with a single serverless function.< br /> This is the output of calling that function:</ p >
1010 < div id = "main" >
1111 </ div >
1212 </ Layout >
You can’t perform that action at this time.
0 commit comments