Merge "StringUtils: throw InvalidArgumentException and move into libs/"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.categoryPage.less
1 @import "mediawiki.mixins";
2
3 .mw-category {
4 .column-count(1);
5 }
6 @media screen and ( min-width: 768px ) {
7 .mw-category {
8 .column-count(3);
9 }
10 }