Fluid Layout (Twitter Bootstrap)

余生长醉 提交于 2019-12-07 11:32:25

you can replace <div class="row"> with <div class="row-fluid"> in the 2nd level parent of your .polaroid

I don't think you can keep the same layout under 768px (picture below with 480px)

I would recommend you to use another class on the top of the .span3 and use media queries to overide the behaviour of the .span3 under 768 to create a centered 2x2.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!