changed min-widths on #left and #main to resolve sidebar bugs

This commit is contained in:
Justine Arreche 2013-10-02 10:21:25 -04:00
parent 3ebeb3b262
commit d972c81eb1

View File

@ -38,7 +38,7 @@ html, body
#left
@include flex(1, 1, 30%)
min-width: 250px
min-width: 325px
max-width: 380px
width: -webkit-calc(100% - 1000px)
padding: 0 0 110px 0
@ -54,7 +54,7 @@ html, body
-moz-box-flex: 4
-webkit-box-flex: 4
position: relative
min-width: 760px
min-width: 500px
padding: 20px 40px 80px 30px
@media screen and (max-width: 1400px)