1
0
Fork 0
mirror of synced 2024-08-09 23:28:01 +12:00

Remove layout padding when using max width screens

This commit is contained in:
Andrew Kingston 2022-07-13 12:19:24 +01:00
parent 3996aad9e9
commit 610a64eec0

View file

@ -323,6 +323,9 @@
position: relative;
padding: 32px;
}
.main.size--max {
padding: 0;
}
.layout--none .main {
padding: 0;
}
@ -465,6 +468,9 @@
.mobile:not(.layout--none) .main {
padding: 16px;
}
.mobile .main.size--max {
padding: 0;
}
/* Transform links into drawer */
.mobile .links {