Skip to content

Commit

Permalink
fix: use correct xl breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru committed Jul 25, 2018
1 parent 001ffe3 commit 2f9c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/breakpoints/data/break-points.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const DEFAULT_BREAKPOINTS: BreakPoint[] = [
{
alias: 'lt-xl',
overlapping: true,
mediaQuery: '(max-width: 1920px)'
mediaQuery: '(max-width: 1919px)'
},
{
alias: 'xl',
Expand Down

0 comments on commit 2f9c8ae

Please sign in to comment.