diff options
Diffstat (limited to 'pyblackbird_cc/templates/resources/resource_list.html')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index fce5f60..cfe5ba3 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -6,7 +6,9 @@ {% endblock title %} {% block content %} - {% include "resources/admin_bar.html" %} + <div class="row my-4"> + {% include "resources/admin_bar.html" %} + </div> {# featured resources #} {% if featured_resources %} @@ -41,7 +43,7 @@ <div class="d-flex flex-row flex-wrap"> {% for resource in resource_list %} - {% include "resources/resource_card_standard.html" with resource=resource %} + {% include "resources/resource_card_standard.html" with resource=resource %} {% endfor %} </div> {% else %} |