Skip to content

Commit 03cc7fb

Browse files
committed
Add container style
1 parent 40764c1 commit 03cc7fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/App.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import logo from './logo.svg';
99
import './App.css';
1010

1111
const styles = {
12+
container: {
13+
padding: '1em'
14+
},
1215
title: {
1316
textAlign: 'center',
1417
padding: '0.25em'
@@ -35,7 +38,7 @@ const App = ({ classes, dataAsString }) => (
3538
</header>
3639
</div>
3740

38-
<Grid container justify={'center'} spacing={24}>
41+
<Grid container justify={'center'} spacing={24} className={classes.container}>
3942
<Grid item sm={6}>
4043
<Typography
4144
variant={'display1'}

0 commit comments

Comments
 (0)