Skip to content

Commit

Permalink
feat: update breakpoints used in javascript - MEED-3346 - Meeds-io/MI…
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej committed Feb 14, 2024
1 parent d04f1ec commit 2ae00bf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
theme: { disable: true },
breakpoint: {
thresholds: {
xs: 768,
sm: 980,
md: 1024,
lg: 1280,
xl: 1700,
xs: 0,
sm: 600,
md: 960,
lg: 1264,
xl: 1904,
},
},
};
Expand Down

0 comments on commit 2ae00bf

Please sign in to comment.