Improve look&feel

This commit is contained in:
Thomas Nordquist
2019-02-17 00:54:42 +01:00
parent 5d758c8e6d
commit 688abbd999
5 changed files with 31 additions and 21 deletions

View File

@@ -72,8 +72,9 @@ const styles = (theme: Theme) => ({
color: theme.palette.text.primary,
},
root: {
margin: '13vw 10vw 0 10vw',
minWidth: '550px',
margin: '13vw auto 0 auto',
minWidth: '800px',
maxWidth: '850px',
height: '440px',
outline: 'none' as 'none',
display: 'flex' as 'flex',