Skip to content

Commit 625a9cd

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent 1a1f4e7 commit 625a9cd

File tree

1 file changed

+2
-1
lines changed
  • resources/js/views/__backoffice/layouts

1 file changed

+2
-1
lines changed

resources/js/views/__backoffice/layouts/Master.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ const styles = theme => ({
352352
content: {
353353
flex: 1,
354354
padding: `0 ${theme.spacing.unit}px`,
355-
marginBottom: 50,
355+
marginBottom: 75,
356356
[theme.breakpoints.up('sm')]: {
357+
marginBottom: 50,
357358
padding: `${theme.spacing.unit}px ${theme.spacing.unit * 3}px`,
358359
},
359360
},

0 commit comments

Comments
 (0)