reduced max-width of #left to 350px

This commit is contained in:
Justine Arreche 2013-10-01 17:07:09 -04:00
parent c63461f6c3
commit 70c0d02d2e

View File

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