style: Change track card title size

This commit is contained in:
Roman Godmaire 2023-11-19 15:26:53 -05:00
parent 885f319565
commit e13aee63b0

View file

@ -16,8 +16,8 @@
{#each data.tracks as track} {#each data.tracks as track}
<article> <article>
<hgroup> <hgroup>
<h1>{track.title}</h1> <h2>{track.title}</h2>
<h2>by {track.producer.username}</h2> <h3>by {track.producer.username}</h3>
</hgroup> </hgroup>
This is a track This is a track