diff --git a/docs/_static/style.css b/docs/_static/style.css index 66950751c..7671da59e 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -387,12 +387,12 @@ aside h3 { position: relative; line-height: 0.5em; transition: transform 0.4s; - transform: rotate(0deg); + transform: rotate(-90deg); } .expanded { transition: transform 0.4s; - transform: rotate(-90deg); + transform: rotate(0deg); } .ref-internal-padding {