porymap/docs/_static/css/custom.css
2020-12-20 19:16:47 -06: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;
}