Actualiser templates/page/news.html.twig

This commit is contained in:
2026-02-26 18:24:57 +00:00
parent 158b9f7b85
commit ee109e220f

View File

@@ -28,7 +28,7 @@
<img <img
src="{{ image.image.url }}" src="{{ image.image.url }}"
alt="{{ news.title }}" alt="{{ news.title }}"
class="w-20 h-20 object-cover rounded-lg" class="w-50 h-50 object-cover rounded-lg"
/> />
{% endfor %} {% endfor %}
</div> </div>