Skip to content

Commit 04140b4

Browse files
committed
fix playlist page
1 parent ce5bf48 commit 04140b4

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)