Skip to content

Commit

Permalink
Small change to archive grid
Browse files Browse the repository at this point in the history
  • Loading branch information
angela139 committed Sep 26, 2023
1 parent 1d421a0 commit 77882aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/project-card/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: grid;
max-width: 95%;
margin: 0 auto;
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
margin-top: 2rem;
margin-bottom: 2rem;
row-gap: 2rem;
Expand Down

0 comments on commit 77882aa

Please sign in to comment.