mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-17 15:47:31 -03:00
fix ahora se limita el width a la imagen posteada
This commit is contained in:
@@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
{#if post.imageUrl}
|
{#if post.imageUrl}
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<Content class="mx-5 w-fit rounded-4xl bg-accent p-6">
|
<Content class="mx-5 max-w-[25%] rounded-4xl bg-accent p-6">
|
||||||
<img src={post.imageUrl} alt="Post" class="mt-2 rounded-md" />
|
<img src={post.imageUrl} alt="Post" class="mt-2 rounded-md" />
|
||||||
</Content>
|
</Content>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user