mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
feat: Content padding matches top nav (#7187)
This commit is contained in:
parent
d5730e1e8b
commit
0c4d4643bd
@ -66,6 +66,10 @@ const NewMainLayoutContent = styled(Grid)(({ theme }) => ({
|
||||
margin: '0 auto',
|
||||
paddingLeft: theme.spacing(2),
|
||||
paddingRight: theme.spacing(2),
|
||||
[theme.breakpoints.down(1856)]: {
|
||||
marginLeft: theme.spacing(7),
|
||||
marginRight: theme.spacing(7),
|
||||
},
|
||||
[theme.breakpoints.down('lg')]: {
|
||||
maxWidth: '1250px',
|
||||
paddingLeft: theme.spacing(1),
|
||||
|
Loading…
Reference in New Issue
Block a user