update styles on artist catalog

This commit is contained in:
brooke 2024-07-12 22:34:11 -04:00
parent 7e270ad8ff
commit 2dd3ee25b9

View file

@ -10,9 +10,9 @@
/>
<div class="flex flex-row gap-2 my-2 justify-between">
<div class="flex flex-col items-start">
<span class="text-xs text-gray-600">Title:</span>
<span>
<strong class="text-base text-gray-700"> {{ .title }}</strong>
<span class="text-[0.6rem] text-gray-600">{{ .year }}</span>
</span>
</div>
{{ if .status }}
@ -108,6 +108,12 @@
</div>
{{ end }}
</div>
{{ if .location }}
<div class="flex flex-col items-start mb-2">
<span class="text-xs text-gray-600">Location:</span>
<span> {{ .location }} </span>
</div>
{{ end }}
<div class="flex flex-col items-start mb-2">
<span class="text-xs text-gray-600">Year:</span>
<span> {{ .year }} </span>