【发布时间】:2014-07-04 12:45:15
【问题描述】:
有没有一种简单的方法来排序列在 bootstrap 3 网格中的折叠方式?
这就是我所拥有的:
<div class='row'>
<div class='col-sm-8'>
<div class='box'>
This will be on the left on large screens but on the bottom on smaller screens.
</div>
</div>
<div class='col-sm-4'>
<div class='box'>
</div>
</div>
【问题讨论】:
标签: twitter-bootstrap twitter-bootstrap-3