Maybe adapt Bootstrap Breakpoints?
I think the Breakpoints of this library are aged.
Our md (tablet) range starts pretty high I think.
flex-layout / ngx-layout:
xs | 'screen and (max-width: 599px)'
sm | 'screen and (min-width: 600px) and (max-width: 959px)'
md | 'screen and (min-width: 960px) and (max-width: 1279px)'
lg | 'screen and (min-width: 1280px) and (max-width: 1919px)'
xl | 'screen and (min-width: 1920px) and (max-width: 5000px)'
Bootstrap:
X-Small | None | <576px
Small | sm | ≥576px
Medium | md | ≥768px
Large | lg | ≥992px
Extra large | xl | ≥1200px
Extra extra large | xxl | ≥1400px
Maybe adapt Bootstrap Breakpoints?
I think the Breakpoints of this library are aged.
Our md (tablet) range starts pretty high I think.
flex-layout / ngx-layout:
xs | 'screen and (max-width: 599px)'
sm | 'screen and (min-width: 600px) and (max-width: 959px)'
md | 'screen and (min-width: 960px) and (max-width: 1279px)'
lg | 'screen and (min-width: 1280px) and (max-width: 1919px)'
xl | 'screen and (min-width: 1920px) and (max-width: 5000px)'
Bootstrap:
X-Small | None | <576px
Small | sm | ≥576px
Medium | md | ≥768px
Large | lg | ≥992px
Extra large | xl | ≥1200px
Extra extra large | xxl | ≥1400px