I have this HTML code
< 相关标签: 7条回答 鱼传尺愫 2021-02-03 20:08 If you are using Bootstrap 4, you can do it with spacing utilities: <div class="mb-4 mb-md-0"></div> This says: mb-4: use a bottom margin size of 4 for all screens (xs and up) mb-md-0: use a bottom margin size of 0 for medium (md) screens and up 0 讨论(0) 发布评论: 提交评论 加载中... 上一页 1 2 验证码 看不清? 提交回复 热议问题
If you are using Bootstrap 4, you can do it with spacing utilities:
<div class="mb-4 mb-md-0"></div>
This says:
mb-4: use a bottom margin size of 4 for all screens (xs and up)
mb-4
mb-md-0: use a bottom margin size of 0 for medium (md) screens and up
mb-md-0