-
-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy paththeme_overrides.css
More file actions
40 lines (33 loc) · 718 Bytes
/
theme_overrides.css
File metadata and controls
40 lines (33 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* this is the container for the pages */
.wy-nav-content {
max-width: 100%;
padding: 0px 40px 0px 0px;
margin-top: 0px;
}
.wy-nav-content-wrap {
border-right: solid 1px;
}
div.rst-content {
max-width: 1300px;
border: 0;
padding: 10px 80px 10px 80px;
margin-left: 50px;
}
@media (max-width: 768px) {
div.rst-content {
max-width: 1300px;
border: 0;
padding: 0px 10px 10px 10px;
margin-left: 0px;
}
}
/* Add proper spacing below the top navigation bar */
.wy-nav-content {
padding-top: 80px;
}
/* Improve visibility and spacing of large banner text */
.section h1 {
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.3;
}