porymap/docs/_static/css/custom.css

10 lines
141 B
CSS
Raw Normal View History

2020-12-21 01:16:47 +00:00
/* do not limit the width of the page */
.wy-nav-content {
max-width: 75%;
}
.wy-side-scroll {
width: auto;
overflow-y: auto;
}