Skip to content

Commit

Permalink
Merge branch 'vaash/2687' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunVAshrit committed Jan 10, 2025
2 parents 18e2033 + 5b63c56 commit 3517381
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 @@ -498,7 +498,7 @@ module.exports = {
gridTemplateColumns: {
'auto-fill-fr': `repeat(auto-fill,minmax(150px,1fr))`,
'auto-fill-auto': `repeat(auto-fill, minmax(0, auto))`,
card: `repeat(auto-fill, minmax(min(100%, theme(spacing.card-minWidth)), theme(spacing.card-maxWidth)))`,
card: `repeat(auto-fill, minmax(min(100%, 220px)`,
},
scrollMargin: {
topbar: '100px',
Expand Down

0 comments on commit 3517381

Please sign in to comment.