porymap/docsrc/_static/css/custom.css
2020-10-14 19:19:17 -05:00

9 lines
141 B
CSS

/* do not limit the width of the page */
.wy-nav-content {
max-width: 75%;
}
.wy-side-scroll {
width: auto;
overflow-y: auto;
}