adjust margin below category list

This commit is contained in:
Jérôme Charaoui 2023-12-22 10:52:50 -05:00
parent feedec50ab
commit aa4528ad3b
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -6,7 +6,7 @@
</div>
</div>
<div class="row">
<div class="container d-flex justify-content-center flex-wrap my-3">
<div class="container d-flex justify-content-center flex-wrap mb-3">
{% for id, item in bag('story-categories').items() %}
<div class="p-2"><a class="btn btn-outline-primary" href="#{{ id }}">{{ item.title }}</a></div>
{% endfor %}