refactor(grid): adjust sidebar max-width

This commit is contained in:
Jimmy 2021-06-19 21:37:24 +02:00
parent 9c1e026a63
commit b61d47622f

View File

@ -17,13 +17,15 @@
&.extended {
@include respond(md) {
--left-sidebar-max-width: 25%;
--right-sidebar-max-width: 25%;
max-width: 1024px;
--left-sidebar-max-width: 25%;
--right-sidebar-max-width: 30%;
}
@include respond(lg) {
max-width: 1280px;
--left-sidebar-max-width: 20%;
--right-sidebar-max-width: 30%;
}
@include respond(xl) {