improve main page style

This commit is contained in:
imperosol
2026-04-27 19:26:52 +02:00
parent f9c5297473
commit ad50085574
4 changed files with 20 additions and 17 deletions
+1 -2
View File
@@ -26,10 +26,9 @@
{% if club.logo %}
<div class="club_logo"><img src="{{ club.logo.url }}" alt="{{ club.name }}"></div>
{% endif %}
<h3>{{ club.name }}</h3>
{% if page_revision %}
{{ page_revision|markdown }}
{% else %}
<h3>{{ club.name }}</h3>
{% endif %}
</div>
{% endblock %}