forked from trent_larson/crowd-funder-for-time-pwa
make feed pictures larger
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
</div>
|
||||
<div v-if="record.image" class="flex justify-center">
|
||||
<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>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user