From 5a8bb57b5561451160b26ac56e128e20d7535a06 Mon Sep 17 00:00:00 2001 From: Jan Drewniak Date: Thu, 3 Sep 2020 13:18:52 +0200 Subject: [PATCH] Reduce space between sidebar and content Bug: T259761 Change-Id: Ieb7a49e1239fe4e0d2866a1433f9dde0141c0b3d --- resources/skins.vector.styles/layout-max-width.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.vector.styles/layout-max-width.less b/resources/skins.vector.styles/layout-max-width.less index a2b64c6e2..3ee86b0b5 100644 --- a/resources/skins.vector.styles/layout-max-width.less +++ b/resources/skins.vector.styles/layout-max-width.less @@ -20,7 +20,7 @@ // We want ~60px of space between the end of the sidebar and the start of the // content container for aesthetic reasons. The sidebar is already displaced // -30px so we simply add 30px of space to the width of the sidebar. - @margin-start-content: @width-grid-column-one + unit( 30px / @font-size-browser, em ); + @margin-start-content: @width-grid-column-one + unit( 8px / @font-size-browser, em ); // Page container's total horizontal padding in em units. @padding-horizontal-page-container-total: 2 * unit( @padding-horizontal-page-container / @font-size-browser, em ); // Equivalent to 1432px. This determines the maximum width breakpoint at which