diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index b458b0d6..2f7d6dc5 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -539,16 +539,22 @@ p.label { font-size: 14px; list-style-type: none; background-color: $sidebar-color; - padding: $sp-6 $sp-4; - margin-left: $sp-4; - margin-right: $sp-8; - margin-bottom: 0; + padding: 2rem 1.5rem 1rem 1.5rem; + margin: 0 3rem 0 1rem; overflow: auto; } .toc-item { - padding-top: .25rem; - padding-bottom: .25rem; + padding: .1rem 0; + line-height: 1.3; + margin: 0.35rem 0; + ul { + list-style-type: none; + padding-left: 0.5rem; + > li { + font-size: 13.5px; + } + } } .div-feedback {