Align artist name in record details

This commit is contained in:
Claudio Ortolina
2025-10-17 20:29:50 +01:00
parent 3713bd699f
commit 41b002b184
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@
</div>
<div class="grow">
<div class="mt-4 md:mt-0 flex justify-between">
<div class="mt-4 md:mt-0 flex justify-between items-center">
<h1 class="text-base font-medium leading-6 text-zinc-700">
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
</h1>
@@ -8,7 +8,7 @@
</div>
<div class="grow">
<div class="mt-4 md:mt-0 flex justify-between">
<div class="mt-4 md:mt-0 flex justify-between items-center">
<h1 class="text-base font-medium leading-6 text-zinc-700">
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
</h1>