diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index 34634de51..41ee17a97 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -198,4 +198,15 @@ span.arrow-r{ width: calc(100% - 15vw); max-width: calc(100% - 15vw); } +} + +/* fix level indentation */ + +.level2 { + padding: 0 5px; +} + +.level3 { + padding: 0 5px; + font-size: 90%; } \ No newline at end of file