Margin tweak

This commit is contained in:
Michael Jackson 2020-06-06 07:52:43 -07:00
parent 33edf5beec
commit bb0b62943f
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export default function App() {
fontSize: '4.5em', fontSize: '4.5em',
letterSpacing: '0.05em', letterSpacing: '0.05em',
'@media (min-width: 700px)': { '@media (min-width: 700px)': {
margin: '1.5em 0 1em' marginTop: '1.5em'
} }
}} }}
> >