We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f638518 commit 3bc5b9fCopy full SHA for 3bc5b9f
src/crate/theme/rtd/crate/static/css/custom.css
@@ -480,8 +480,10 @@ body .mm-menu .navbar-nav {
480
/**
481
* General
482
*/
483
-.bs-docs-sidenav .toctree li {
484
- margin-bottom: 3px;
+@media all and (max-width: 540px) {
+ .bs-docs-sidenav .toctree li {
485
+ margin-bottom: 3px;
486
+ }
487
}
488
489
.wrapper-navleft,
0 commit comments