diff --git a/less/category.less b/less/category.less index b1cd06b..a0260cb 100644 --- a/less/category.less +++ b/less/category.less @@ -130,13 +130,24 @@ color: @gray-light; } - h2.title .description { - font-size: 65%; + .description { + font-size: 0.73125rem; font-weight: normal; line-height: 1; color: @gray-light; margin-top: 5px; - display: block; + } + + .description, .category-children { + margin-left: 62px; + } + + .category-children { + font-size: 15px; + + small { + color: #999999; + } } } diff --git a/templates/partials/categories/item.tpl b/templates/partials/categories/item.tpl index cf691c8..745560d 100644 --- a/templates/partials/categories/item.tpl +++ b/templates/partials/categories/item.tpl @@ -7,14 +7,18 @@

-
+ +

+
- {../descriptionParsed} +
+ {../descriptionParsed} +
{function.generateChildrenCategories} - +
+ -

{title}

+

{config.siteTitle}

@@ -63,8 +65,11 @@