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 e40b293 commit 2d00f40Copy full SHA for 2d00f40
src/theme/book.css
@@ -40,6 +40,9 @@ h3 {
40
left: -300px;
41
}
42
43
+.sidebar code {
44
+ line-height: 2em;
45
+}
46
.sidebar-hidden .sidebar {
47
48
src/theme/stylus/sidebar.styl
@@ -18,6 +18,10 @@
18
@media only screen and (max-width: 1060px) {
19
left: - $sidebar-width
20
21
+
22
+ code {
23
24
+ }
25
26
27
0 commit comments