Skip to content

Commit

Permalink
fix: add missing measure on media query
Browse files Browse the repository at this point in the history
  • Loading branch information
jagcruz committed Sep 9, 2024
1 parent 0d11938 commit d712647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ranking/[user].astro
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const totalCards = formatNumber(cards.length, DIGITS);
border-color: var(--primary-color);
background-color: #0a0514;

@media (width > 640) {
@media (width > 640px) {
grid-column: 2 / 3;
}
}
Expand Down

0 comments on commit d712647

Please sign in to comment.