Twitter bootstrap minimum width in responsive layout

后端 未结 4 1748
别那么骄傲
别那么骄傲 2021-02-08 04:23

Is there a way to tell bootstrap to not shrink the elements when the resolution is smaller than:

/* Portrait tablet to landscape and desktop */.
@media (min-widt         


        
4条回答
  •  自闭症患者
    2021-02-08 05:16

    I did two steps

    1. set less variable @screen-sm-min: 10px. This will stop all bootstrap's media query

    2. And just set min-width to the top element.

    Works for me

提交回复
热议问题