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 {