From 97237fe7c2eb79910f971d777f5cf16f13ea7c1a Mon Sep 17 00:00:00 2001 From: Anselm Bradford Date: Thu, 31 Oct 2019 09:57:58 -0400 Subject: [PATCH] Fix sidebar indenting CSS --- docs/assets/css/secondary-nav.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/css/secondary-nav.less b/docs/assets/css/secondary-nav.less index 9f44002417..9dd9403b64 100644 --- a/docs/assets/css/secondary-nav.less +++ b/docs/assets/css/secondary-nav.less @@ -66,20 +66,20 @@ }); .m-list_item { + margin-left: unit( 20px / @base-font-size-px, em ); .respond-to-min(@bp-med-min, { margin-bottom: unit( 4px / @base-font-size-px, em ); }); } .m-list_link { - padding-left: unit( 20px / @base-font-size-px, em ); .respond-to-max(@bp-sm-max, { border-style: solid; border-color: @gray-40; }); .respond-to-min(@bp-sm-min, { - margin-left: unit( 20px / @base-font-size-px, em ); padding: unit( 4px / @base-font-size-px, em ) unit( 15px / @base-font-size-px, em ); + padding-left: 0; border-bottom: none; color: @black; &:hover,