I want to remove the space between multiple columns in the Bootstrap grid.
How can we overwrite Bootstrap's CSS to achieve this task or any other better solution with pure CSS?
main.html
<div class="row">
<div class="col-md-2">
// stuff here for this column
</div>
<div class="col-md-10">
// stuff here for columns
</div>
</div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…