1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +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 a4da35c3e5
commit 50929b1d90

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 {