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.
2 parents 1a62010 + 0f78fb7 commit 79c8699Copy full SHA for 79c8699
docs/source/_static/theme_overrides.css
@@ -2,7 +2,7 @@
2
.wy-nav-content {
3
max-width: 100%;
4
padding: 0px 40px 0px 0px;
5
- margin-top: 0px;
+ margin-top: 20px;
6
}
7
8
.wy-nav-content-wrap {
@@ -12,16 +12,18 @@
12
div.rst-content {
13
max-width: 1300px;
14
border: 0;
15
- padding: 10px 80px 10px 80px;
+ padding: 30px 80px 10px 80px;
16
margin-left: 50px;
17
+ line-height: 1.6;
18
19
20
@media (max-width: 768px) {
21
22
23
- padding: 0px 10px 10px 10px;
24
+ padding: 20px 10px 10px 10px;
25
margin-left: 0px;
26
+ line-height: 1.5;
27
28
29
0 commit comments