Small margin tweak

This commit is contained in:
Michael Jackson 2019-01-14 20:10:19 -08:00
parent 2e81715024
commit 0e143977cf
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ export default class App extends React.Component {
<div
css={{
margin: '4em 0 2em',
margin: '4em 0 0',
display: 'flex',
justifyContent: 'center'
}}