diff --git a/docs/_static/style.css b/docs/_static/style.css index 98dd4bac..456473a9 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -3,6 +3,10 @@ body { font-size: 100%; } +.sphinxsidebarwrapper { + padding-top: 0 !important; +} + .sphinxsidebar { font-size: 80% !important; }