diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index 2b092a6d6..8aa46d5a0 100755 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -11,16 +11,13 @@ body.page-sub{ } #header { - margin-top: -20px; - .navbar-brand { .logo{ width: $project-logo-width; height: $project-logo-height; font-size: 0px; font-family: $font-family-klavika; - background: image-url('logo-header.svg') 0 0 no-repeat; - background-position: 0 40%; + background: image-url('logo-header.svg') 0 32% no-repeat; &:hover{ opacity: .6; diff --git a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss index 1efeeb53d..01f04a96b 100755 --- a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss +++ b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss @@ -5,7 +5,7 @@ // Variables $project-logo-width: 163px; -$project-logo-height: 42px; +$project-logo-height: 90px; $project-logo-pad-left: 8px; // Mixins