Skip to content

Commit 0283dfa

Browse files
authored
Merge pull request #635 from linz/update_doc15
docs: div docwrapper and max width none
2 parents 693c3e3 + e2f2a3b commit 0283dfa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

db/docs/source/_static/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ th {
1111
.wy-nav-content {
1212
padding: 1.618em 3.236em;
1313
height: 100%;
14-
max-width: 100%;
14+
max-width: none;
1515
margin: auto;
1616

1717
}
1818

19+
div.bodywrapper {
20+
width: 100%;
21+
}
22+
1923
body {
2024
width: 100%;
2125
}

0 commit comments

Comments
 (0)