Skip to content

Commit

Permalink
chore: change mobile breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhho committed Nov 17, 2024
1 parent c134660 commit 79760dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/breakpoints.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const CrewsBreakpoints = {
sm: '576px',
md: '700px',
md: '768px',
lg: '1024px',
xl: '1280px',
};

0 comments on commit 79760dd

Please sign in to comment.