Skip to content

Commit

Permalink
fix(player): enlarge layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Dec 4, 2023
1 parent 7a79a2d commit 0695d65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Player/PlayerStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export const PlayerStyle = styled.div`
height: 50px;
@media ${mediaQueries.mobileM} {
width: 60px;
height: 55px;
width: 70px;
height: 65px;
}
@media ${mediaQueries.tablet} {
width: 75px;
height: 70px;
width: 80px;
height: 75px;
}
.position-label {
Expand Down

0 comments on commit 0695d65

Please sign in to comment.