From b5a27c5d2149dd1d399258762aa137242620b402 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Thu, 3 Oct 2013 18:05:46 -0400 Subject: [PATCH] reduced width of #left to 260px --- assets/styles/layout.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index 813a9dca..30acdc86 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -39,8 +39,8 @@ html, body #left @include flex(1, 1, 30%) - min-width: 380px - max-width: 380px + min-width: 260px + max-width: 260px width: -webkit-calc(100% - 1000px) padding: 0 0 110px 0 background-color: $color-bg-left