我正试图摆脱页面中间的空白。我尝试了多项操作,例如将.offer
css设置为
.offer {
background-color: #f7f7f7;
padding:0 4px 4px;
}
但没有任何反应。
答案 0 :(得分:2)
从.jumbotron css。
中删除margin-bottom: 30px
或者这样做:
.jumbotron {
padding-bottom: 0;
margin-bottom: 0 !important;
}
答案 1 :(得分:0)
我认为你将.jumbotron margin-bottom设置为0 注意响应式媒体查询:)
答案 2 :(得分:0)
从margin-bottom
课程中删除jumbotron
。避免使用!important
,因为您可能需要覆盖您的样式