fixing appearance of horizontal scrollbar on topic list at about 996px wide
This commit is contained in:
parent
038b2ceca7
commit
9398504332
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue