Skip to content

Commit

Permalink
Challenge responsive UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai committed Oct 12, 2024
1 parent dda6759 commit 63896bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

.challengeGrid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
grid-gap: 2.5rem;
margin: 2rem 0;
}
Expand Down

0 comments on commit 63896bc

Please sign in to comment.