Remove excess/inconsistent padding from lists containing other lists

develop
lethosor 2020-07-15 21:15:07 -04:00
parent b18847d951
commit bca76b8fc6
1 changed files with 5 additions and 0 deletions

@ -56,3 +56,8 @@ div.sphinxsidebar h3.logo-name a {
div.body {
min-width: unset;
}
div.body li > p {
margin-top: 0;
margin-bottom: 0;
}