From e177474eb34a29982e9b90a78e97e8ef857f2cd0 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 11 Oct 2015 15:21:01 -0400 Subject: [PATCH] fa-check mobile fix --- less/category.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/category.less b/less/category.less index a7d1463..41c944b 100644 --- a/less/category.less +++ b/less/category.less @@ -45,6 +45,10 @@ &:before { .pointer; } + + @media (max-width: @screen-sm-max) { + padding: 7px; + } } .user-img {