bootstrap breakpoints… need some clarification ' xs sm md lg'

前端 未结 1 671
独厮守ぢ
独厮守ぢ 2021-01-31 04:02

So.. looking online, I see some recent articles stating that the xs breakpoint is 480px and below.. others.. state 767 and below..

I had the understanding (probably not

相关标签:
1条回答
  • 2021-01-31 04:39

    The xs breakpoint actually handles screens from 767 pixels and below. The breakpoint widths are as follows:

    • xs= 0-767 pixels
    • sm = 768-991 pixels
    • md = 992-1199 pixels
    • lg = 1200 pixels and up

    See http://getbootstrap.com/css/#grid

    PLEASE NOTE THIS ANSWER IS FOR VERSION 3.0

    0 讨论(0)
提交回复
热议问题