Adjust left sidebar max-width on xl screen

This commit is contained in:
Jimmy 2021-06-19 23:59:23 +02:00
parent ebfe496295
commit ff1c81c030

View File

@ -30,7 +30,7 @@
@include respond(xl) { @include respond(xl) {
max-width: 1536px; max-width: 1536px;
--left-sidebar-max-width: 20%; --left-sidebar-max-width: 15%;
--right-sidebar-max-width: 25%; --right-sidebar-max-width: 25%;
} }
} }