Added calculated property (#9637)

This commit is contained in:
Keith Holliday
2017-12-04 11:24:04 -06:00
committed by GitHub
parent 95f9479d7a
commit 1fc84c2357

View File

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