Skip to content

Commit

Permalink
chore: update card size
Browse files Browse the repository at this point in the history
  • Loading branch information
not-matthias committed Dec 2, 2023
1 parent fe27043 commit 66ef0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/parts/_cards.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
grid-template-rows: auto;
gap: 24px;
padding: 12px 0;
Expand Down

0 comments on commit 66ef0e0

Please sign in to comment.