default category should be col-xs-12

This commit is contained in:
psychobunny
2015-03-16 13:49:47 -04:00
parent fd5f00459b
commit a3f167bfd2

View File

@@ -32,7 +32,7 @@ module.exports = function(Categories) {
order: order,
link: '',
numRecentReplies: 1,
class: 'col-md-3 col-xs-6',
class: 'col-md-3 col-xs-12',
imageClass: 'auto'
};