Expanding the minimum layout on Stepper

This commit is contained in:
apanizo 2018-10-03 15:15:05 +02:00
parent d214ca2f67
commit 439c2a4993
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { lg } from '~/theme/variables'
const styles = () => ({
root: {
margin: '10px',
maxWidth: '770px',
maxWidth: '870px',
},
container: {
letterSpacing: '-0.5px',