Skip to content

Commit 62fef34

Browse files
committed
Styles.
1 parent 55b8b48 commit 62fef34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import SEO from "../components/seo"
66
const 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>

0 commit comments

Comments
 (0)