From 7b95f8b6331ac7e7309b456263aef6cc46973fa5 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 Oct 2015 14:42:37 -0700 Subject: [PATCH] another minor mobile tweak to 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 40878bf1e78..b7ff758af02 100644 --- a/app/assets/stylesheets/mobile/alert.scss +++ b/app/assets/stylesheets/mobile/alert.scss @@ -6,6 +6,7 @@ .alert.alert-info { margin: 0; margin-bottom: -3px; + margin-top: -5px; padding: 15px; font-size: 1.1em; }