Commit 81d4a24b by Stephen Sanchez

Making the header width fixed until we have responsive design.

parent e2fbc09d
...@@ -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