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 7def9bd commit 3a15640Copy full SHA for 3a15640
docs/_static/custom.css
@@ -19,6 +19,13 @@
19
margin: 0;
20
}
21
22
+.bd-header button.sidebar-toggle {
23
+ padding-bottom: .25rem;
24
+ padding-top: .25rem;
25
+ padding-left: 6px;
26
+ padding-right: 6px;
27
+}
28
+
29
.bd-header button.primary-toggle {
30
margin-right: 0.35rem;
31
@@ -28,3 +35,13 @@
35
margin-right: 1rem;
36
37
38
39
+.bd-header button.secondary-toggle {
40
+ margin-right: 0.35rem;
41
+ }
42
43
+@media (min-width: 370px) {
44
+ .bd-header button.secondary-toggle {
45
+ margin-right: 1rem;
46
47
0 commit comments