Skip to content

Commit e74df57

Browse files
author
Phil Carns
committed
adjust max width
1 parent 7154b12 commit e74df57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readthedocs/_static/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
max-width: 100%;
99
overflow: visible;
1010
}
11+
12+
/* override default max width from 800px to 1200px */
13+
.wy-nav-content {
14+
max-width: 1200px !important;
15+
}

0 commit comments

Comments
 (0)