From 8ea1ad1b2daf2be54fd5a2c94855b90fc2ae9d1c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 Oct 2015 14:40:19 -0700 Subject: [PATCH] minor css tweak to mobile alert-info --- app/assets/stylesheets/mobile/alert.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/alert.scss b/app/assets/stylesheets/mobile/alert.scss index dbd1770bec..40878bf1e7 100644 --- a/app/assets/stylesheets/mobile/alert.scss +++ b/app/assets/stylesheets/mobile/alert.scss @@ -5,6 +5,7 @@ // there are (n) new or updated topics, click to show .alert.alert-info { margin: 0; + margin-bottom: -3px; padding: 15px; font-size: 1.1em; }