Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
purinx committed Dec 11, 2023
1 parent adc8593 commit edd14b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

.grid {
display: grid;
grid-template-columns: repeat(4, minmax(25%, auto));
grid-template-columns: repeat(4, auto);
max-width: 100%;
width: var(--max-width);
}
Expand Down

0 comments on commit edd14b1

Please sign in to comment.