Merge pull request #14292 from duplich/patch-1

Update _global.scss
This commit is contained in:
Seth Vargo 2017-05-11 14:49:37 -04:00 committed by GitHub
commit 510733ffd3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ h1 {
visibility: visible;
}
@media (max-width: $screen-md) {
@media (min-width: $screen-sm) and (max-width: $screen-md) {
.container {
padding: 0;
max-width: $screen-md;