mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Use sass var for content max width
This commit is contained in:
parent
902d36da19
commit
fa09d9e912
@ -311,7 +311,7 @@
|
|||||||
.wy-nav-content
|
.wy-nav-content
|
||||||
padding: $gutter $gutter * 2
|
padding: $gutter $gutter * 2
|
||||||
height: 100%
|
height: 100%
|
||||||
max-width: 800px
|
max-width: $nav-content-width
|
||||||
margin: auto
|
margin: auto
|
||||||
|
|
||||||
.wy-body-mask
|
.wy-body-mask
|
||||||
|
Loading…
Reference in New Issue
Block a user