Skip to content

Commit

Permalink
fix: hidden help button
Browse files Browse the repository at this point in the history
  • Loading branch information
adriexnet committed Oct 28, 2020
1 parent 80119ef commit c9819ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/routes/Evodex/BackLayer/Exchange/ExchangeBackLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ const useStyles = makeStyles((theme) => {

return {
exchangeRoot: {
marginTop: theme.spacing(7),
marginTop: theme.spacing(5),
padding: theme.spacing(3, 1, 0, 1),
[`${theme.breakpoints.down('sm')} and (orientation: landscape)`]: {
marginTop: theme.spacing(4)
},
[theme.breakpoints.up('md')]: {
paddingLeft: theme.spacing(4),
paddingRight: theme.spacing(4)
padding: theme.spacing(0, 4)
},
[theme.breakpoints.up('lg')]: {
padding: theme.spacing(4, 0)
padding: theme.spacing(3, 0)
}
},
titleBox: {
Expand Down

0 comments on commit c9819ff

Please sign in to comment.