tuning home page image size
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div style="padding-left: 140px; padding-right: 140px;">
|
<div>
|
||||||
<h3>{{ cartoon_title }}</h3>
|
<h3 class="text-center">{{ cartoon_title }}</h3>
|
||||||
<p class="text-right">
|
<p class="text-center">
|
||||||
<img src="{{ cartoon_url }}"
|
<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>
|
<a href="https://www.chappatte.com/fr/" target="_blank">© Chappatte</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user