reduced width of #left to 260px

This commit is contained in:
Justine Arreche 2013-10-03 18:05:46 -04:00
parent 9d39402f2d
commit b5a27c5d21

View File

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