Skip to content

Commit

Permalink
feat: increase album art width on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Jan 4, 2025
1 parent 689a3c1 commit b43b07b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/app/music-playlist/[id]/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,15 @@
@media (max-width: 600px) {
.songs {
justify-content: center;
gap: 10px;
margin: 0px;
}

.songAlbumArt {
width: 40vw !important;
width: 45vw !important;
}

.song {
width: 40vw !important;
}
}

@media (max-width: 400px) {
.songs {
margin: 0px;
width: 45vw !important;
}
}

0 comments on commit b43b07b

Please # to comment.