Restrict to just pre-breakpoint

This commit is contained in:
Seth Vargo 2017-05-11 14:43:58 -04:00 committed by GitHub
parent 09cdd7abff
commit 5f35f0d19f
1 changed files with 1 additions and 1 deletions

View File

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