make feed pictures larger

This commit is contained in:
2024-12-23 20:07:00 -07:00
parent bf6035ec47
commit c34f8cbf41

View File

@@ -348,7 +348,7 @@
</div> </div>
<div v-if="record.image" class="flex justify-center"> <div v-if="record.image" class="flex justify-center">
<a :href="record.image" target="_blank"> <a :href="record.image" target="_blank">
<img :src="record.image" class="h-24 mt-2 rounded-xl" /> <img :src="record.image" class="h-48 mt-2 rounded-xl" />
</a> </a>
</div> </div>
</li> </li>