aumentado tamaño de imagen

This commit is contained in:
2026-01-05 18:06:24 -03:00
parent 48b8a620f0
commit 99240f36c2

View File

@@ -161,7 +161,7 @@
{#if post.imageUrl}
<div class="flex justify-center">
<Content class="mx-5 max-w-[25%] rounded-4xl bg-accent p-6">
<Content class="mx-5 max-w-[50%] rounded-4xl bg-accent p-6">
<img src={post.imageUrl} alt="Post" class="mt-2 rounded-md" />
</Content>
</div>