Bootstrap font scaling too small on mobile

后端 未结 5 1400
执笔经年
执笔经年 2021-01-30 20:52

I\'ve spent a lot of time working with Foundation and less time working with Bootstrap. I\'m having an issue with responsiveness in Bootstrap that I don\'t understand because t

5条回答
  •  不思量自难忘°
    2021-01-30 20:57

    Bootstrap is mobile first. Mobile first styles can be found throughout the entire library instead of in separate files.

    To ensure proper rendering and touch zooming, add the viewport meta tag to your head

    
    

提交回复
热议问题