Skip to content

Commit

Permalink
Add file after staging
Browse files Browse the repository at this point in the history
  • Loading branch information
JVSONV committed Aug 10, 2023
1 parent fd0bdae commit d11e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = {
mobileAnimation: { max: "493px" },
// => @media (max-width: 495px) { ... }
mobileToTab: { max: "767px" },
// => @media(min-width: 390px, max-width:767px) { ... }
// => @media(max-width:767px) { ... }
smToMd: { min: "576px", max: "767px" },
sm: "576px",
// => @media (min-width: 576px) { ... }
Expand Down

0 comments on commit d11e3f5

Please sign in to comment.