fix media query off-by-1 pixel error

This commit is contained in:
Mike Greiling 2016-11-29 19:58:03 -06:00
parent bf587cb5c0
commit d42e7f23b2
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
line-height: 28px;
/* Small devices (phones, tablets, 768px and lower) */
@media (max-width: $screen-sm-min) {
@media (max-width: $screen-xs-max) {
width: 100%;
}
}