我正在尝试将装订线添加到Bootstrap 4网站。我也在使用enable-flexbox:true
;
我正试图看似http://designmodo.com/bootstrap-4-flexbox/:
每个项目底部和每个项目的右侧都有相等的排水沟。
我的代码非常简单:
<div class='row'>
<div class='col-md-6 block'>
</div>
</div>
和
.block {
background: black;
height: 200px;
}
但是,这并不会造成排水沟。所有的街区都在连接。我意识到我可以把块作为一个新的div放在.col-md-4下,但这会破坏flexbox的响应能力。
答案 0 :(得分:0)
更改bootstrap默认装订线尺寸的简单方法 http://arnique.net/web-design/58/a-quick-guide-to-changing-bootstraps-gutter-width/