From bca678ee5a379cb9f599b5404b578303a6fe1fbd Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 27 Jun 2017 10:54:43 -0400 Subject: [PATCH] FIX: mentions in category boxes are too big --- .../stylesheets/common/base/category-list.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common/base/category-list.scss b/app/assets/stylesheets/common/base/category-list.scss index 477448dcda2..0626f267048 100644 --- a/app/assets/stylesheets/common/base/category-list.scss +++ b/app/assets/stylesheets/common/base/category-list.scss @@ -62,6 +62,12 @@ } } + &.no-logos { + .category-box .category-box-inner > a { + padding: 3em 1em; + } + } + .category-box-heading { padding: 1em 1em 0 1em; } @@ -86,12 +92,6 @@ text-align: center; color: $primary; } - - &.no-logos { - .category-box a { - padding: 3em 1em; - } - } } .category-boxes-with-topics {