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 996fcfb commit 7eea9c3Copy full SHA for 7eea9c3
docs/_static/custom.css
@@ -9,9 +9,11 @@ a { text-decoration: underline; }
9
.wy-side-nav-search > a img.logo { width: 200px; }
10
11
/* Some of our section titles are looong */
12
-.wy-nav-side, .wy-side-scroll, .wy-menu-vertical { width: 340px; }
13
-.wy-side-nav-search { width: 325px; }
14
-.wy-nav-content-wrap { margin-left: 340px; }
+@media screen and (min-width:769px) {
+ .wy-nav-side, .wy-side-scroll, .wy-menu-vertical { width: 340px; }
+ .wy-side-nav-search { width: 325px; }
15
+ .wy-nav-content-wrap { margin-left: 340px; }
16
+}
17
18
/* We don't have a version picker widget */
19
.wy-nav-side { padding-bottom: 0; }
0 commit comments