From 21ce27cb2ae98992d292f080dd82c6b42b2377ef Mon Sep 17 00:00:00 2001 From: Still Hsu <5843208+Still34@users.noreply.github.com> Date: Wed, 17 Jul 2019 17:58:32 +0800 Subject: [PATCH] Remove unnecessary spacing in sideaffix --- docs/_template/light-dark-theme/styles/master.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index c36ad09d1..cab54ac24 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -91,6 +91,10 @@ article.content h6{ line-height: 140%; } +.sideaffix > div.contribution { + margin-bottom: 0; +} + header .navbar { border-width: 0 0 0px; border-radius: 0;