Move card footer container inside the card-footer component

This commit is contained in:
Joachim
2021-04-21 17:23:48 +02:00
parent cbccb07252
commit 58aeb72afa
3 changed files with 29 additions and 27 deletions

View File

@ -11,10 +11,8 @@
</section>
{% endif %}
<footer class="card-footer has-background-white-bis">
{% block card-footer %}
{% endblock %}
</footer>
{% block card-footer %}
{% endblock %}
{% block card-bonus %}
{% endblock %}