From ff1c81c030095b6074168a8f32157fe75b8b4b39 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 19 Jun 2021 23:59:23 +0200 Subject: [PATCH] Adjust left sidebar max-width on xl screen --- assets/scss/grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/grid.scss b/assets/scss/grid.scss index d5e3b4a..58ccdc7 100644 --- a/assets/scss/grid.scss +++ b/assets/scss/grid.scss @@ -30,7 +30,7 @@ @include respond(xl) { max-width: 1536px; - --left-sidebar-max-width: 20%; + --left-sidebar-max-width: 15%; --right-sidebar-max-width: 25%; } }