Align artist name in record details
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grow">
|
<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">
|
<h1 class="text-base font-medium leading-6 text-zinc-700">
|
||||||
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
|
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grow">
|
<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">
|
<h1 class="text-base font-medium leading-6 text-zinc-700">
|
||||||
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
|
<.artist_links joinphrase_class="text-sm" artists={@record.artists} />
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user