Skip to content

Commit

Permalink
fixed xs screen size overriding all other sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanderson1227 committed Oct 14, 2024
1 parent 8cda4ad commit d6d63ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ module.exports = {
container: {
center: true,
padding: "2rem",
},
extend: {
screens: {
"xs":'465px',
xs: "465px",
"2xl": "1400px",
},
},
extend: {
backgroundImage: {
"gradient-radial":
"radial-gradient(ellipse_at_center, var(--gradient-color-stops))",
Expand Down

0 comments on commit d6d63ad

Please sign in to comment.