fixing appearance of horizontal scrollbar on topic list at about 996px wide

This commit is contained in:
Kris Aubuchon 2014-07-12 00:12:50 -04:00
parent 038b2ceca7
commit 9398504332
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
}
@mixin medium-width {
@media screen and (min-width: 967px) and (max-width: 1139px) {
@media screen and (min-width: 1000px) and (max-width: 1139px) {
@content;
}
}