Move styling to scss file and fix styling of participation list

This commit is contained in:
2025-05-14 14:50:43 +02:00
parent d2454ae134
commit d60312d4a2
3 changed files with 12 additions and 2 deletions

View File

@@ -173,7 +173,7 @@
</div>
{% endif %}
<div class="participations-wrapper" style="background-color: whitesmoke; padding: 1rem; margin-bottom: .5rem;">
<div class="participations-wrapper">
<h2>{{ 'Participations'|trans }}</h2>
{% set count = event.participations|length %}
<p>{{ 'count participations to this event'|trans({'count': count}) }}</p>