Skip to content

Commit

Permalink
fix: Contributor card overlap on smaller devices (#298)
Browse files Browse the repository at this point in the history
Fixes #290
  • Loading branch information
OgDev-01 committed Sep 6, 2022
1 parent 2b1e304 commit 777f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
theme: {
extend: {
gridTemplateColumns: {
autodesktop: "repeat(auto-fit, minmax(410px, 1fr))", automobile: "repeat(auto-fit, minmax(365px, 1fr))"
autodesktop: "repeat(auto-fit, minmax(410px, 1fr))", automobile: "repeat(auto-fit, minmax(300px, 1fr))"
},
screens: {
xs: "425px",
Expand Down

0 comments on commit 777f6ba

Please sign in to comment.