tuning home page image size

This commit is contained in:
2025-05-31 16:18:45 +02:00
parent 63e776e370
commit c6c14938e4

View File

@@ -2,11 +2,11 @@
{% block content %}
<div style="padding-left: 140px; padding-right: 140px;">
<h3>{{ cartoon_title }}</h3>
<p class="text-right">
<div>
<h3 class="text-center">{{ cartoon_title }}</h3>
<p class="text-center">
<img src="{{ cartoon_url }}"
class="img_responsive" style="display:inline; width:100%" /><br>
class="img_responsive" style="width:440px" /><br>
<a href="https://www.chappatte.com/fr/" target="_blank">© Chappatte</a>
</p>
</div>