Skip to content

Commit 3f161a2

Browse files
authored
Merge pull request #62 from Cattn/fix-playlist
fix playlist page
2 parents d6f5154 + 04140b4 commit 3f161a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/playlists/playlist/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<img
207207
src={imageUrl}
208208
alt={playlist?.name}
209-
class="mx-auto aspect-square w-full max-w-sm rounded-lg object-cover shadow-md md:mx-0"
209+
class="aspect-square w-full max-w-sm rounded-lg object-cover shadow-md"
210210
/>
211211
{:catch}
212212
<div

0 commit comments

Comments
 (0)