Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Nov 11, 2024
1 parent 83d8d5a commit deeecdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MyKiva/BadgesSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const levelCaption = badge => {
.badge-container {
width: 157px;
@media (min-width: 410px) {
@media (width >= 410px) {
width: 175px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/MyKiva/EarnedBadgesSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const clickBadge = badge => {
.badge-container {
width: 157px;
@media (min-width: 410px) {
@media (width >= 410px) {
width: 175px;
}
Expand Down

0 comments on commit deeecdb

Please sign in to comment.