We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ac762 commit aa1bb8fCopy full SHA for aa1bb8f
src/components/Layout/styles.js
@@ -30,7 +30,12 @@ const styles = theme => ({
30
backgroundColor: 'red',
31
},
32
mainFixedAppBar: {
33
- marginTop: '64px',
+ marginTop: 56,
34
+ },
35
+ [theme.breakpoints.up('sm')]: {
36
+ mainFixedAppBar: {
37
+ marginTop: 64,
38
39
40
mainStickyFooter: {
41
flex: 1,
@@ -43,12 +48,6 @@ const styles = theme => ({
43
48
duration: theme.transitions.duration.enteringScreen,
44
49
}),
45
50
46
- '@media (max-width: 599px)': {
47
- // use mixim
- mainFixedAppBar: {
- marginTop: '56px',
- },
51
52
drawerPaper: {
53
width: drawerWidth,
54
0 commit comments