Minor formatting tidy.
This commit is contained in:
parent
449b64b17f
commit
530e12cbc9
@ -6,8 +6,7 @@ const Page = ({ title, children }) =>
|
|||||||
<title>
|
<title>
|
||||||
{title}
|
{title}
|
||||||
</title>
|
</title>
|
||||||
<style>
|
<style>{`
|
||||||
{`
|
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: white;
|
color: white;
|
||||||
@ -16,8 +15,7 @@ const Page = ({ title, children }) =>
|
|||||||
body {
|
body {
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
`}
|
`}</style>
|
||||||
</style>
|
|
||||||
</Head>
|
</Head>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user