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..fc1205aff 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -34,6 +34,12 @@ background-color: $brand; } +html, +body { + height: 100%; + margin: 0; +} + body { font-size: $base-font-size; } @@ -542,6 +548,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 { @@ -780,8 +800,7 @@ footer { } .footer { - background: $border; - border-top: 6px solid $brand; + background: #f1f1f1; margin-top: $line-height * 2; padding-top: $line-height; } 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 @@