We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a81e4a commit 4eaa973Copy full SHA for 4eaa973
assets/css/home.css
@@ -52,7 +52,7 @@ body {
52
53
.button-grid {
54
display: grid;
55
- grid-template-columns: repeat(auto-fit, minmax(7rem, 8rem));
+ grid-template-columns: repeat(auto-fit, minmax(6rem, 6rem));
56
gap: 1.25rem
57
}
58
0 commit comments