From 567bc70391b9077b893ab44eacd41c8e0502749f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 Oct 2015 14:37:00 -0700 Subject: [PATCH] make #banner full width on mobile --- app/assets/stylesheets/mobile/banner.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/banner.scss b/app/assets/stylesheets/mobile/banner.scss index bc82f052048..8740699c6b6 100644 --- a/app/assets/stylesheets/mobile/banner.scss +++ b/app/assets/stylesheets/mobile/banner.scss @@ -3,7 +3,9 @@ // -------------------------------------------------- #banner { - margin: 10px; + // go full width on mobile, by extending into the 10px wrap + // borders on left and right + margin: 0 -10px; @media all and (max-height: 499px) { max-height: 100px;