increase size of image

This commit is contained in:
2026-02-17 16:13:54 +13:00
parent 70bd76f49e
commit f4d503c335

View File

@@ -213,7 +213,7 @@
<img
src={entry.image}
alt="Entry"
class="w-full h-auto max-h-96 object-cover"
class="w-full h-auto max-h-128 object-cover"
/>
</div>
{:else}
@@ -256,7 +256,7 @@
<img
src={previewImage}
alt="Preview"
class="w-full h-auto max-h-96 object-cover"
class="w-full h-auto max-h-128 object-cover"
/>
<button
type="button"