We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224f8f7 commit 55b8b48Copy full SHA for 55b8b48
src/pages/index.js
@@ -6,8 +6,7 @@ import SEO from "../components/seo"
6
const IndexPage = () => (
7
<Layout>
8
<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>
+ <p>This is a Gatsby site deployed on Netlify with a single serverless function. This is the output of calling that function:</p>
11
<div id="main">
12
</div>
13
</Layout>
src/styles/layout.css
@@ -388,6 +388,11 @@ strong {
388
}
389
390
391
+footer {
392
+ font-size: .8em;
393
+ opacity: .8;
394
+}
395
+
396
#main * {
397
font-size: 2em;
398
font-weight: 700;
0 commit comments