Grid do not have margins in bootstrap

后端 未结 3 1038
有刺的猬
有刺的猬 2020-12-22 12:49

I have a simple page with bootstrap, and I want to create a grid which is one-line or two-line on smaller screend, but I always get something incorrect: with show-grid

3条回答
  •  别那么骄傲
    2020-12-22 13:27

    In a row, there are 12 cols, so calculate... and put in a container.

    test this

    https://jsfiddle.net/marcDX/33v44bw0/

        
    Query
    Language
    Sorting field
    Is Descending:

    and CSS to be happy with the little screens

        .one {
      margin-top: 20px;
    }
    

提交回复
热议问题