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