From 70c0d02d2ee9caebdde291d77db6b73f117402e0 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Tue, 1 Oct 2013 17:07:09 -0400 Subject: [PATCH] reduced max-width of #left to 350px --- assets/styles/layout.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index 09ae12ff..dd6a7e93 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -39,7 +39,7 @@ html, body #left @include flex(1, 1, 30%) min-width: 250px - max-width: 380px + max-width: 350px width: -webkit-calc(100% - 1000px) padding: 0 0 110px 0 background-color: $color-bg-left