Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Recommended apps: Reduce icon size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jul 2, 2019
1 parent c8e01ef commit 9fb8421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/containers/Applications/Applications.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@

.icon {
cursor: pointer;
@media (max-width: $mobile-width) {
width: 100px;
height: 100px;
}
}
}
}
Expand Down

0 comments on commit 9fb8421

Please sign in to comment.