Minor formatting tweak.

This commit is contained in:
Jayden Seric 2017-08-10 19:52:26 +10:00
parent 0c99e6f8d5
commit 85eab2ccd7

View File

@ -9,14 +9,16 @@ const HomePage = () =>
<div>
<Head>
<title>Apollo upload examples</title>
<style>{`
html {
font-family: sans-serif;
}
body {
margin: 2em;
}
`}</style>
<style>
{`
html {
font-family: sans-serif;
}
body {
margin: 2em;
}
`}
</style>
</Head>
<h1>Apollo upload examples</h1>
<Section heading="Single file upload">