Skip to content

Commit 29399c5

Browse files
Update docs
1 parent 977faa2 commit 29399c5

File tree

4 files changed

+528
-45
lines changed

4 files changed

+528
-45
lines changed

docs/src/App.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,20 @@ const styles = theme => ({
2323
display: 'flex',
2424
justifyContent: 'center',
2525
alignItems: 'center',
26+
flexDirection: 'column',
2627
width: '100%',
2728
height: '100vh',
2829
},
29-
menu: {},
30+
menu: {
31+
margin: 'auto',
32+
},
3033
paper: {
3134
width: '100%',
35+
maxWidth: 960,
36+
minHeight: 300,
37+
display: 'flex',
38+
flexDirection: 'column',
39+
justifyContent: 'center',
3240
},
3341
formControl: {
3442
margin: theme.spacing.unit,

0 commit comments

Comments
 (0)