Twitter Bootstrap - add top space between rows

前端 未结 19 2435
孤独总比滥情好
孤独总比滥情好 2020-11-28 17:17

How to add margin top to class=\"row\" elements using twitter bootstrap framework?

19条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-28 18:02

    Ok just to let you know what's happened then, i fixed using some new classes as Acyra says above:

    .top5 { margin-top:5px; }
    .top7 { margin-top:7px; }
    .top10 { margin-top:10px; }
    .top15 { margin-top:15px; }
    .top17 { margin-top:17px; }
    .top30 { margin-top:30px; }
    

    whenever i want i do

    for better responsive you can add margin-top:7% instead of 5px for example :D

提交回复
热议问题