From 597a67f1d4c0a9b77d351cc1e1fe07f53d9f388d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 1 Sep 2024 19:55:34 +0100 Subject: Drop shadows on the featured and standard resource panels --- pyblackbird_cc/templates/resources/resource_list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pyblackbird_cc/templates/resources/resource_list.html') 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" %} +
+ {% include "resources/admin_bar.html" %} +
{# featured resources #} {% if featured_resources %} @@ -41,7 +43,7 @@
{% for resource in resource_list %} - {% include "resources/resource_card_standard.html" with resource=resource %} + {% include "resources/resource_card_standard.html" with resource=resource %} {% endfor %}
{% else %} -- cgit v1.2.3