Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 2f9c8ae

Browse files
committed
fix: use correct xl breakpoint
1 parent 001ffe3 commit 2f9c8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/breakpoints/data/break-points.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const DEFAULT_BREAKPOINTS: BreakPoint[] = [
6666
{
6767
alias: 'lt-xl',
6868
overlapping: true,
69-
mediaQuery: '(max-width: 1920px)'
69+
mediaQuery: '(max-width: 1919px)'
7070
},
7171
{
7272
alias: 'xl',

0 commit comments

Comments
 (0)