Skip to content

Commit 55b8b48

Browse files
committed
Styles.
1 parent 224f8f7 commit 55b8b48

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/pages/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +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.</p>
10-
<p>This is the output of calling that function:</p>
9+
<p>This is a Gatsby site deployed on Netlify with a single serverless function. This is the output of calling that function:</p>
1110
<div id="main">
1211
</div>
1312
</Layout>

src/styles/layout.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@ strong {
388388
}
389389
}
390390

391+
footer {
392+
font-size: .8em;
393+
opacity: .8;
394+
}
395+
391396
#main * {
392397
font-size: 2em;
393398
font-weight: 700;

0 commit comments

Comments
 (0)