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 5843924 commit a143c1cCopy full SHA for a143c1c
shared/components/layout/index.tsx
@@ -20,7 +20,10 @@ const Layout: FunctionComponent<Props> = ({meta, children}) => {
20
</main>
21
</div>
22
<style jsx global>{`
23
+ @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
24
+ html, body { height:100%; width:100%; font-family: 'Roboto', sans-serif; }
25
body { margin: 0; padding: 0}
26
+ .layout { padding: 2rem 2.5rem; }
27
`}</style>
28
</Fragment>
29
);
0 commit comments