Fix image size in collections

This commit is contained in:
tree 2023-01-27 12:11:18 +01:00
rodič 4092307b26
revize 0014d54f50
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -130,8 +130,8 @@
<td><SvelteMarkdown source={item.caption} /></td>
{/if}
{#if type === 'media-partners'}
<td class="w-16">
<img src={item.logo} class="w-14 inline-block rounded aspect-[16/9] object-cover" />
<td class="w-20">
<img src={item.logo} class="w-16 inline-block rounded aspect-[16/9] object-cover" />
</td>
<td class="text-2xl">
<a href="/{entry}/{tc.model}/{item.id}" class="text-pbw-red hover:underline">{item.name}</a>