Remove unneeded properties from track grid

This commit is contained in:
thiloho
2025-04-27 11:50:37 +02:00
parent 1418efb9a7
commit d71254c98c

View File

@@ -32,13 +32,13 @@ const sortedAlbumCovers = processedAlbumCovers.sort((a, b) =>
title="Tracks" title="Tracks"
description="Collection of some of my favourite music tracks." description="Collection of some of my favourite music tracks."
> >
<p class="mb-16"> <p class="mb-8">
This is a collection of some of my favourite music tracks, each listed by This is a collection of some of my favourite music tracks, each listed by
artist and song title. Click on an album cover to go straight to the song on artist and song title. Click on an album cover to go straight to the song on
YouTube Music! YouTube Music!
</p> </p>
<div <div
class="not-prose relative start-1/2 end-1/2 -ms-[min(50vw-1rem,65ch)] -me-[min(50vw-1rem,65ch)] grid w-[100vw] max-w-[calc(min(100vw-2rem,130ch))] grid-cols-[repeat(auto-fit,minmax(min(100%,300px),1fr))] place-content-center gap-8" class="not-prose relative start-1/2 -ms-[min(50vw-1rem,50ch)] grid max-w-[calc(min(100vw-2rem,100ch))] grid-cols-[repeat(auto-fit,minmax(min(100%,200px),1fr))] place-content-center gap-4"
> >
{ {
sortedAlbumCovers.map(({ cover, filename, artists, title }) => ( sortedAlbumCovers.map(({ cover, filename, artists, title }) => (