mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
Update tracks.astro
This commit is contained in:
@@ -10,13 +10,6 @@ const tracks = await getCollection("tracks");
|
|||||||
title="Tracks"
|
title="Tracks"
|
||||||
description="My entire music playlist. It contains all kinds of songs."
|
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
|
<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"
|
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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user