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

Making the header width fixed until we have responsive design.
This commit is contained in:
Stephen Sanchez
2014-10-10 13:52:51 -04:00

View File

@@ -334,8 +334,7 @@ header.global-new {
nav {
@include clearfix();
max-width: grid-width(12);
min-width: 760px;
width: grid-width(12);
height: ($baseline*2);
margin: 0 auto;
padding: 18px ($baseline/2) 0;