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> <div>
<Head> <Head>
<title>Apollo upload examples</title> <title>Apollo upload examples</title>
<style>{` <style>
html { {`
font-family: sans-serif; html {
} font-family: sans-serif;
body { }
margin: 2em; body {
} margin: 2em;
`}</style> }
`}
</style>
</Head> </Head>
<h1>Apollo upload examples</h1> <h1>Apollo upload examples</h1>
<Section heading="Single file upload"> <Section heading="Single file upload">