Skip to content

Commit

Permalink
feat: reducing the breakpoint value
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed May 20, 2024
1 parent 5ede008 commit b3752eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/abstract/variables/overrides/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Breakpoints
$grid-breakpoints: (
"xxs": 0,
"xs": 375px, // Add breakpoint to give us flexibility on small devices
"xs": 360px, // Add breakpoint to give us flexibility on small devices
"sm": 576px,
"md": 768px,
"lg": 992px,
Expand Down

0 comments on commit b3752eb

Please sign in to comment.