Bootstrap. How to add bottom margin for mobile screen only?

前端 未结 7 1413
臣服心动
臣服心动 2021-02-03 19:15

I have this HTML code

<
7条回答
  •  梦谈多话
    2021-02-03 20:01

    Bootstrap 4 allows hidden-sm-up classes, which toggles one object from sm to xl.

    Then, you can add a column between each image column, and add this class that will be visible only in mobile devices.

    More info: https://v4-alpha.getbootstrap.com/layout/responsive-utilities/

    "Available classes"

    Sorry my english, :D

提交回复
热议问题