Skip to content

Commit

Permalink
Members: change breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Dec 9, 2024
1 parent d7af0c3 commit 220cdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Leaderboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const members = filterInactiveMembers(await getMembers());
display: grid;
grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
gap: 1rem;
@media (max-width: 450px) {
@media (max-width: 860px) {
grid-template-columns: 1fr;
}
}
Expand Down

0 comments on commit 220cdfe

Please sign in to comment.