Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6fc448

Browse files
committed
Add smaller padding to toctree
1 parent 190931b commit b6fc448

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ dl > dt span ~ em {
211211
font-family: monospace, sans-serif;
212212
}
213213

214+
.toctree-wrapper ul {
215+
padding-left: 20px;
216+
}
217+
214218
@media (max-width: 1023px) {
215219
/* Body layout */
216220
div.body {

0 commit comments

Comments
 (0)