affinage style event

This commit is contained in:
2021-10-04 12:33:09 +02:00
parent 7f19f429cf
commit 44a741238f
6 changed files with 151 additions and 39 deletions
@@ -7,10 +7,11 @@
<div class="presentation-event">
{{ content|raw }}
{% for button in page.header.buttons %}
<a class="bouton{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
{% endfor %}
<div class="boutons-event">
{% for button in page.header.buttons %}
<a class="bouton{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
{% endfor %}
</div>
</div>
</div>