Skip to content

Commit

Permalink
chore: add tailwind screen for 420px
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhall1515 committed Apr 21, 2024
1 parent b879169 commit daff995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const config = {
},
},
extend: {
screens: {
m: "420px",
},
colors: {
border: "hsl(var(--border))",
input: "hsl(var(--input))",
Expand Down

0 comments on commit daff995

Please sign in to comment.