Commit 75908924 by Stephen Sanchez

Merge pull request #5549 from edx/sanchez/increase-min-header-width

Making the header width fixed until we have responsive design.
parents fb31932b 81d4a24b
...@@ -334,8 +334,7 @@ header.global-new { ...@@ -334,8 +334,7 @@ header.global-new {
nav { nav {
@include clearfix(); @include clearfix();
max-width: grid-width(12); width: grid-width(12);
min-width: 760px;
height: ($baseline*2); height: ($baseline*2);
margin: 0 auto; margin: 0 auto;
padding: 18px ($baseline/2) 0; padding: 18px ($baseline/2) 0;
......
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