Making the header width fixed until we have responsive design.

This commit is contained in:
Stephen Sanchez
2014-10-10 12:17:58 -04:00
parent e2fbc09d9d
commit 81d4a24b6d

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;