Update tracks.astro

This commit is contained in:
2025-10-25 15:08:33 +02:00
committed by GitHub
parent 2aef121b0d
commit d5764b9549

View File

@@ -10,13 +10,6 @@ const tracks = await getCollection("tracks");
title="Tracks"
description="My entire music playlist. It contains all kinds of songs."
>
<p class="mb-8 text-center">
My entire music playlist. It contains all kinds of songs. <br />
Current total amount of songs: <strong class="text-lg"
>{tracks.length}</strong
>
<br />
</p>
<div
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-6"
>