From 971494bf5a203b6c345f0be59ca4623140b6c382 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 27 May 2014 11:58:53 -0400 Subject: [PATCH] removing max-width on #site-logo from base and putting it back in mobile --- app/assets/stylesheets/common/base/header.scss | 1 - app/assets/stylesheets/mobile/header.scss | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 502ffe5a6..661f2f159 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -27,7 +27,6 @@ #site-logo { max-height: 40px; - max-width: 122px; } .fa-home { diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 8ec4f4292..d99934917 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -6,6 +6,10 @@ padding-left: 10px !important; padding-right: 10px !important; + #site-logo { + max-width: 122px; + } + a.star {float: left;} .panel {