From 5234189581f13d89e9fcf7cbcfdb0e0303c9b74f Mon Sep 17 00:00:00 2001 From: Jeff Atwood <jatwood@codinghorror.com> Date: Thu, 2 Oct 2014 02:52:13 -0700 Subject: [PATCH] margin-bottom on mobile star to align cats/title --- app/assets/stylesheets/mobile/topic.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index c8d21e780..ada4db730 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -16,7 +16,9 @@ #topic-title { margin-bottom: 20px; margin: 0 60px 10px 20px; - + .star { + margin-bottom: 30px; // this allows the categories to align underneath title + } h1 { font-size: 1.5em; margin:0;