increased width of #left to account for longer repo users/names

This commit is contained in:
Justine Arreche 2013-10-03 18:09:21 -04:00
parent b5a27c5d21
commit d75a2f64a6

View File

@ -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