1
0
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:
Mateusz Kwasniewski 2024-05-28 12:33:21 +02:00 committed by GitHub
parent d5730e1e8b
commit 0c4d4643bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),