Skip to content

Commit

Permalink
added: breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayana62 committed Jan 10, 2024
1 parent 924e637 commit ff43f98
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
screens: {
sm: "550px",

md: "768px",

lg: "1300px",

xl: "1200px",

"2xl": "1536px",
},
},
plugins: [],
};

0 comments on commit ff43f98

Please sign in to comment.