Files
porymap/docs/_static/css/custom.css
Marcus Huderle afa06b48d0 Release 4.4.0
2020-12-20 19:16:47 -06:00

10 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;
}