Actualiser templates/page/news.html.twig
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user