From e3b01cb450384acd5b38cf10170134ddbf5691c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 27 Nov 2017 10:59:38 -0500 Subject: [PATCH] fix style --- less/category.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/less/category.less b/less/category.less index a0260cb..91a44f6 100644 --- a/less/category.less +++ b/less/category.less @@ -131,20 +131,20 @@ } .description { - font-size: 0.73125rem; + font-size: 1.2rem; font-weight: normal; - line-height: 1; + line-height: 1.2; color: @gray-light; margin-top: 5px; } - - .description, .category-children { + + .description { margin-left: 62px; } - + .category-children { font-size: 15px; - + small { color: #999999; }