Use sass var for content max width

This commit is contained in:
Aaron 2017-03-14 19:18:34 -04:00 committed by GitHub
parent 902d36da19
commit fa09d9e912

View File

@ -311,7 +311,7 @@
.wy-nav-content
padding: $gutter $gutter * 2
height: 100%
max-width: 800px
max-width: $nav-content-width
margin: auto
.wy-body-mask