Commit e7f7bdae by Davorin Šego

Merge pull request #8738 from edx/dsego/SOL-734-addendum

Fixes header styling issue introduced in SOL-734 (#8389) by reverting…
parents a67d80c2 e171d884
...@@ -8,6 +8,7 @@ header.global { ...@@ -8,6 +8,7 @@ header.global {
background: $header-bg; background: $header-bg;
position: relative; position: relative;
width: 100%; width: 100%;
height: 76px;
.wrapper-header { .wrapper-header {
@include clearfix(); @include clearfix();
...@@ -30,8 +31,9 @@ header.global { ...@@ -30,8 +31,9 @@ header.global {
nav { nav {
@include clearfix(); @include clearfix();
height: 40px;
margin: 0 auto; margin: 0 auto;
padding: 18px ($baseline/2) 12px; padding: 18px ($baseline/2) 0;
max-width: grid-width(12); max-width: grid-width(12);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment