FIX Update image width to 100%
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-11-12 12:21:48 +01:00
parent 76ac0d55c4
commit 14d44adde1

View File

@ -2,7 +2,7 @@
figure.picture-container {
/* @apply overflow-x-hidden; */
img {
@apply rounded-3xl;
@apply rounded-3xl w-full;
}
}
figcaption {