Skip to content

Commit

Permalink
Adjust for 2 columns on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh committed Dec 27, 2024
1 parent 6aed03a commit e619975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
serif: ["var(--font-noto-serif)", "serif"],
},
gridTemplateColumns: {
volumes: "repeat(auto-fill, minmax(170px, 1fr))",
volumes: "repeat(auto-fill, minmax(160px, 1fr))",
},
maxWidth: {
"cover-sm": "170px",
Expand Down

0 comments on commit e619975

Please sign in to comment.