Skip to content

Commit ce2a2d9

Browse files
committed
add styles for tables
1 parent 0343a0f commit ce2a2d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/crate/theme/rtd/crate/static/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,10 @@ body .mm-menu .navbar-nav {
480480
/**
481481
* General
482482
*/
483-
.bs-docs-sidenav .toctree li {
484-
margin-bottom: 3px;
483+
@media all and (max-width: 540px) {
484+
.bs-docs-sidenav .toctree li {
485+
margin-bottom: 3px;
486+
}
485487
}
486488

487489
.wrapper-navleft,

0 commit comments

Comments
 (0)