Fixed max width none (#9631)

This commit is contained in:
Keith Holliday
2017-12-01 21:26:52 -06:00
committed by GitHub
parent 1835804e86
commit bdef1ca23c

View File

@@ -186,7 +186,7 @@
@media (min-width: 1300px) { @media (min-width: 1300px) {
.standard-page { .standard-page {
max-width: none; max-width: 80%;
} }
.sidebar { .sidebar {