From a7a0cba45b153940d467a867381d4e1baa01eaf8 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 22 Dec 2017 22:02:33 -0500 Subject: [PATCH] UX: Fixing font-size issue on /categories --- app/assets/stylesheets/desktop/latest-topic-list.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/desktop/latest-topic-list.scss b/app/assets/stylesheets/desktop/latest-topic-list.scss index e350089ca71..8b17c33cf1c 100644 --- a/app/assets/stylesheets/desktop/latest-topic-list.scss +++ b/app/assets/stylesheets/desktop/latest-topic-list.scss @@ -24,15 +24,11 @@ .main-link { @extend .topic-list-main-link; flex: 15; + font-size: 1em; .top-row { margin-bottom: 0.1em; - } - .bottom-row { - font-size: .75em; - .bage-category { - font-size: 1.167em; - } + font-size: 1.143em; } } .topic-stats {