Skip to content

Commit

Permalink
Update Tailwind Config for Responsive Design
Browse files Browse the repository at this point in the history
  • Loading branch information
shivhere007 committed Oct 29, 2024
1 parent aea3516 commit b8346ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ module.exports = {
rose: colors.rose,
}),
},
screens: {
sm: '640px',
md: '925px', // Custom md breakpoint set to 925px
lg: '1100px', // Custom lg breakpoint set to 1100px
xl: '1280px',
},
},
plugins: [],
};

0 comments on commit b8346ae

Please sign in to comment.