Skip to content

Commit

Permalink
fix: Breakpoint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youngminss committed Jan 26, 2025
1 parent 32cd73d commit ae25887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = {
theme: {
extend: {
screens: {
mobile: { max: "759px" },
tablet: { min: "760px", max: "1023px" },
desktop: { min: "1024px" },
mobile: { max: "767px" },
tablet: { min: "768px", max: "1439px" },
desktop: { min: "1440px" },
},
colors: {
"gray-100": "var(--color-gray-100)",
Expand Down

0 comments on commit ae25887

Please sign in to comment.