Commit d42e7f23 authored by Mike Greiling's avatar Mike Greiling

fix media query off-by-1 pixel error

parent bf587cb5
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
line-height: 28px; line-height: 28px;
/* Small devices (phones, tablets, 768px and lower) */ /* Small devices (phones, tablets, 768px and lower) */
@media (max-width: $screen-sm-min) { @media (max-width: $screen-xs-max) {
width: 100%; width: 100%;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment