adjust style

This commit is contained in:
Aron Petau 2025-05-16 12:08:22 +02:00
parent c9612d8a1d
commit ad8718ba49
48 changed files with 4217 additions and 15 deletions

View file

@ -3,13 +3,13 @@
<ul class="timeline">
{% for d in dt %}
<li class="event" data-from="{{ d.from }}" data-to="{{ d.to }}">
{% if d.icon %}
<i class="{{ d.icon }} timeline-icon"></i>
{% endif %}
<h3>{{ d.title | markdown | safe }}</h3>
{% if d.location %}
<p><strong>{{ d.location }}</strong></p>
{% if d.icon %}
<p> <i class="{{ d.icon }} timeline-icon"></i> <strong>{{ d.location }}</strong></p>
{% endif %}
{% endif %}
<p>{{ d.body | safe }}</p>