dlapiduz / govcode.org

Government Open Source Project Explorer
MIT License
63 stars 20 forks source link

Use responsive col-sm-4 on homepage #42

Closed altheadotspace closed 9 years ago

altheadotspace commented 9 years ago

Bootstrap's col-xs-* classes are always rendered horizontally - the stats and issues columns were causing smartphone-sized displays to break the rest of the layout: img_0847 img_0846

I switched them to col-sm , which stacks them vertically for "xs"-sized devices and goes back to horizontal for larger ones.

I used http://getbootstrap.com/css/#grid-options for reference.

dlapiduz commented 9 years ago

Thanks @zekeweeks!! I was meaning to do something like that...