Added max width seetings to screens larger than 1300 (#9609)

This commit is contained in:
Keith Holliday
2017-12-01 07:47:45 -06:00
committed by GitHub
parent 56d09411d9
commit 00343da266

View File

@@ -184,6 +184,16 @@
<style lang="scss" scoped>
@import '~client/assets/scss/colors.scss';
@media (min-width: 1300px) {
.standard-page {
max-width: none;
}
.sidebar {
max-width: 430px !important;
}
}
h1 {
color: $purple-200;
}