Skip to content

Breakpoints are aged. Maybe adapt Bootstrap Breakpoints? #26

@Martin-Eckleben

Description

@Martin-Eckleben

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions