Skip to content

Commit

Permalink
Changed grid-cols-card again
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunVAshrit committed Jan 10, 2025
1 parent 5b63c56 commit 62a60bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ module.exports = {
transitionProperty: ['motion-safe'],
gridTemplateColumns: {
'auto-fill-fr': `repeat(auto-fill, minmax(80px,1fr))`,
card: `repeat(auto-fill, minmax(min(100%, 220px)`,
card: `repeat(auto-fill,minmax(min(100%,220px),400px))`,
},
},
},
Expand Down

0 comments on commit 62a60bb

Please sign in to comment.