devlint / gridlex

Just a CSS Flexbox Grid System
http://gridlex.devlint.fr
MIT License
1.38k stars 145 forks source link

display: block on _lg #64

Closed zmanring-zz closed 7 years ago

zmanring-zz commented 7 years ago

All the sudden my side it moving to "mobile" view too soon, its hitting on the _lg breakpoint and I am not sure why. Example class col-6_sm-12

zmanring-zz commented 7 years ago

I got around this by adding display: flex to the parent.. closing thanks!