Skip to content

Commit e619975

Browse files
committed
Adjust for 2 columns on mobile
1 parent 6aed03a commit e619975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
serif: ["var(--font-noto-serif)", "serif"],
1616
},
1717
gridTemplateColumns: {
18-
volumes: "repeat(auto-fill, minmax(170px, 1fr))",
18+
volumes: "repeat(auto-fill, minmax(160px, 1fr))",
1919
},
2020
maxWidth: {
2121
"cover-sm": "170px",

0 commit comments

Comments
 (0)