diff --git a/app/assets/images/logo_header.png b/app/assets/images/logo_header.png index c178ec781..84478da83 100644 Binary files a/app/assets/images/logo_header.png and b/app/assets/images/logo_header.png differ diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 1ad457b87..2c09ecb84 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -542,6 +542,20 @@ header { } } } + + .top-bar-title { + line-height: $line-height; + + a img { + height: rem-calc(48); + margin: 0; + width: auto; + + @include breakpoint(medium up) { + height: auto; + } + } + } } .menu-icon { diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 8b4c0a171..8fe3644aa 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -10,60 +10,41 @@