diff --git a/less/categories.less b/less/categories.less index 566f586..8f36c03 100644 --- a/less/categories.less +++ b/less/categories.less @@ -5,25 +5,31 @@ > li { margin-bottom: 20px; - .icon { - font-size: 17px; - line-height: 17px; - padding: 13px; - border-radius: 50%; - margin-right: 15px; - min-width: 46px; - min-height: 46px; - margin-top: 2px; - } + .content { + margin-top: 4px; + + .icon { + font-size: 17px; + line-height: 17px; + padding: 13px; + border-radius: 50%; + margin-right: 15px; + min-width: 46px; + min-height: 46px; + margin-top: 2px; + } - h1 { - font-size: 22px; - margin: 0; + h1 { + font-size: 22px; + margin: 0; + } } .stats { font-size: 20px; text-align: center; + margin-top: 5px; + line-height: 22px; small { text-transform: uppercase; @@ -56,6 +62,10 @@ max-height: 12px; } } + + small { + color: @gray-light; + } } } } \ No newline at end of file diff --git a/templates/categories.tpl b/templates/categories.tpl index e2b99b1..e23998b 100644 --- a/templates/categories.tpl +++ b/templates/categories.tpl @@ -3,7 +3,7 @@