Déplacement abeille sur page accueil

This commit is contained in:
Claude Paroz 2025-09-06 20:18:54 +02:00
parent dc792aa009
commit 10d84fcf27
3 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,6 @@
{% block header %}{% endblock %}
{% block content %}
<div class="homediv">
<div class="logo-container text-center"><img src="{% static 'img/abeille.webp' %}"></div>
<div class="hometitle text-center">
<a class="homeurl harlow" href="{% url 'presentation' %}">
<div class="d-flex justify-content-center mb-4">
@ -13,7 +12,9 @@
</div>
<div class="d-flex justify-content-center">
<div class="flex-grow-1 overleft">&nbsp;</div>
<div class="main-text red-bottom">Gospel de lAbeille</div>
<div class="main-text red-bottom">
<img id="abeille" src="{% static 'img/abeille.webp' %}"> Gospel de lAbeille
</div>
<div class="flex-grow-1 overright red-bottom">&nbsp;</div>
</div>
</a>