Skip to content

Commit

Permalink
Merge pull request #2 from ZexLabs/dev
Browse files Browse the repository at this point in the history
feat(media-queries-screens): ✨ add `small` screen in media q…
  • Loading branch information
krypton225 authored Apr 14, 2024
2 parents 42564c8 + 1cd7f5f commit 9bf9a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mixins/media-queries/screens/_media-query.scss
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@

// stylelint-disable-next-line scss/dollar-variable-empty-line-before
$breakpoints: (
"small": 280px,
"mob-min": 320px,
"mob": 400px,
"mob-wide": 480px,

0 comments on commit 9bf9a02

Please sign in to comment.