Skip to content

Commit

Permalink
bugfix: update breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Feb 22, 2024
1 parent 7d32c15 commit 00a628f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/custom-params-component/custom-params-component.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const breakpoints = {
s: 0,
m: 768,
l: 1024,
xl: 1280,
xxl: 1920,
m: 600,
l: 900,
xl: 1200,
xxl: 1500,
};

export function getBreakPoints() {
Expand Down

0 comments on commit 00a628f

Please sign in to comment.