fixed mobile styles

This commit is contained in:
Al Duncanson
2018-10-25 11:31:38 -04:00
parent fc452c5e35
commit 147513571f
2 changed files with 6 additions and 5 deletions

View File

@@ -60,7 +60,8 @@ const styles = theme => ({
width: drawerWidth,
},
content: {
flexGrow: 1
flexGrow: 1,
width: '60%'
},
});
@@ -153,7 +154,6 @@ class ResponsiveDrawer extends React.Component {
</Toolbar>
</AppBar>
<nav className={classes.drawer}>
{/* The implementation can be swap with js to avoid SEO duplication of links. */}
<Hidden smUp implementation="css">
<Drawer
container={this.props.container}