porymap/docsrc/_static/css/custom.css

10 lines
141 B
CSS
Raw Permalink Normal View History

2020-10-10 23:29:25 +01:00
/* do not limit the width of the page */
.wy-nav-content {
max-width: 75%;
}
.wy-side-scroll {
width: auto;
overflow-y: auto;
}