From d75a2f64a694dcd3ff1dcf0c0fb432de1591ce70 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Thu, 3 Oct 2013 18:09:21 -0400 Subject: [PATCH] increased width of #left to account for longer repo users/names --- 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 30acdc86..041c5b56 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: 260px - max-width: 260px + min-width: 320px + max-width: 320px width: -webkit-calc(100% - 1000px) padding: 0 0 110px 0 background-color: $color-bg-left