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 3517381 + 62a60bb commit f73db04
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%, 220px)`,
card: `repeat(auto-fill,minmax(min(100%,220px),400px))`,
},
scrollMargin: {
topbar: '100px',
Expand Down

0 comments on commit f73db04

Please sign in to comment.