Increase card spacing from gap-6 to gap-10

This commit is contained in:
2026-07-03 13:24:12 +02:00
parent 8d9a3d20bc
commit 60bd9bb468
@@ -4,7 +4,7 @@
<p class="text-sm text-base-content/40 mt-2">Add artists to your collection to see their releases here</p>
</div>
{#else}
<div class="flex flex-col gap-6">
<div class="flex flex-col gap-10">
{#for entry in entries}
<a href="https://musicbrainz.org/release-group/{entry.mbid}" target="_blank" rel="noopener noreferrer"
class="card card-side bg-base-200 border border-base-300 hover:bg-base-300 transition-colors shadow-sm overflow-hidden">