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

Commit b64b1b3

Browse files
authored
fix: use correct xl breakpoint (#809)
1 parent 984f1c0 commit b64b1b3

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)