From a21dbd97a6141204d13ae2d875ed1c43d9f17b12 Mon Sep 17 00:00:00 2001 From: Gabriel Freites Date: Tue, 19 Oct 2021 14:01:33 -0500 Subject: [PATCH] fixed home article margin left in mkdocs version 1.2.3 (#4373) --- overrides/assets/stylesheets/home.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overrides/assets/stylesheets/home.css b/overrides/assets/stylesheets/home.css index 2fc64d271..030e72849 100644 --- a/overrides/assets/stylesheets/home.css +++ b/overrides/assets/stylesheets/home.css @@ -22,6 +22,10 @@ .md-sidebar--primary { display: none; } + + [dir=ltr] .md-sidebar--primary:not([hidden])~.md-content>.md-content__inner { + margin-left: 0; + } } @keyframes continuousgradient {