6 lines
178 B
CSS
6 lines
178 B
CSS
/* dynamic content width, see https://stackoverflow.com/questions/23211695/modifying-content-width-of-the-sphinx-theme-read-the-docs */
|
|
|
|
.wy-nav-content {
|
|
max-width: none;
|
|
}
|