From 27896e22b095ca2a02480cf6a6086bad4a71b27c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 24 Jun 2013 13:59:10 -0700 Subject: [PATCH] website: nav min width so it doesn't squish --- website/source/stylesheets/_nav.scss | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/website/source/stylesheets/_nav.scss b/website/source/stylesheets/_nav.scss index 7287510d5..279b7155b 100644 --- a/website/source/stylesheets/_nav.scss +++ b/website/source/stylesheets/_nav.scss @@ -3,31 +3,20 @@ nav { padding: $baseline 0; padding: 0; margin: 0; + min-width: 940px; text-transform: uppercase; color: $white; font-family: $sans; font-size: 16px; border-bottom: 1px solid $border-dark; - @include respond-to(mobile) { - margin-right: -20px; - margin-left: -20px; - } ul { margin-top: ($baseline * 2); margin-left: $nav-height; - @include respond-to(mobile) { - margin-left: 50px; - margin-top: 12px; - } li { display: inline-block; margin-right: 50px; - @include respond-to(mobile) { - margin-bottom: 7px; - display: block; - } } } @@ -40,9 +29,6 @@ nav { text-indent: -999999px; display: inline-block; margin-top: 25px; - @include respond-to(mobile) { - margin-top: 15px; - } } .active {