From 74da57f77f5a4dcd811a9e35a8d304a91fb97e1d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 15 Sep 2015 14:37:14 -0700 Subject: [PATCH] minor category page style tweaks for mobile --- app/assets/stylesheets/mobile/topic-list.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index f3f6c21eebc..a055b1a2912 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -131,10 +131,6 @@ box-sizing: inherit; } - .main-link { - width: 80%; - } - .posts { width: 10%; } @@ -193,7 +189,7 @@ tr.category-topic-link { h3 { display: inline-block; font-size: 1.286em; - margin: 10px 0 0 5px; + margin: 0 0 0 10px; i { margin-right: 5px; }