diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index a3a7c0b..0344e8b 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,12 +1,14 @@
- + <% end %>
diff --git a/lib/assets/stylesheets/dmproadmap/base.scss b/lib/assets/stylesheets/dmproadmap/base.scss index e474521..fc3ec96 100644 --- a/lib/assets/stylesheets/dmproadmap/base.scss +++ b/lib/assets/stylesheets/dmproadmap/base.scss @@ -213,13 +213,17 @@ height: $header-height; .home-logo { margin-right: 10px; - margin-top: $header-logo-top-margin; + /* margin-top: $header-logo-top-margin; */ margin-left: $header-logo-left-margin; + vertical-align: middle; img { width: $header-logo-width; } } + .roadmap-logo { + margin-top: 70px; + } } .header-right { width: 80%; @@ -234,20 +238,8 @@ color: $header-text-color; } - .header-org-logo, .header-org-banner-text { - display: inline-block; - } - - .header-org-logo { - width: 15%; - margin-right: 10px; - - img { - background-color: $white; - padding: 5px 0 5px 5px; - } - } .header-org-banner-text { + display: inline-block; width: 80%; vertical-align: bottom; }