From c2ed765396fc48b848a39817a96af59914f333bc Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 5 Aug 2014 17:09:18 -0400 Subject: [PATCH] FIX: Category logos were improperly sized on mobile --- app/assets/stylesheets/mobile/topic-list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 1ea74ff1055..616c94c68db 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -290,3 +290,9 @@ ol.category-breadcrumb { clear:both; padding-top:10px; } + +.category-logo { + display: block; + max-width: 100%; + padding: 8px 0; +}