10 lines
141 B
CSS
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;
|
||
|
}
|