Skip to content

Commit

Permalink
Reduce grid width
Browse files Browse the repository at this point in the history
  • Loading branch information
raimannma committed Oct 28, 2024
1 parent 007758a commit e555f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ header {

main {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
justify-content: center;
gap: 60px;
width: 90%;
Expand Down

0 comments on commit e555f75

Please sign in to comment.