We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6167733 + d2be7a3 commit 6c2ed70Copy full SHA for 6c2ed70
docu/sphinx/source/_static/custom.css
@@ -1,3 +1,16 @@
1
-dl.function:not(:last-child) {
2
- margin-bottom: 3em;
3
-}
+dl.function:not(:last-child) {
+ margin-bottom: 3em;
+}
4
+
5
+@media screen and (max-width: 940px) {
6
+ div.document {
7
+ display: flex;
8
+ flex-direction: column-reverse;
9
+ }
10
11
+ div.document div.sphinxsidebar {
12
+ margin: -20px -30px 20px -30px;
13
+ width: unset;
14
+ left: 0;
15
16
docu/sphinx/source/conf.py
@@ -109,7 +109,6 @@ def getDocRoot():
109
'github_repo': 'igortest',
110
'github_banner': True,
111
'show_powered_by': False,
112
- 'page_width' : '90%',
113
}
114
115
html_context = {
0 commit comments