From 35a2334c5c6fab308cdfc2c992d75a8d917eda91 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 29 Jul 2024 14:35:05 +0100 Subject: Card border changes --- pyblackbird_cc/templates/resources/resource_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyblackbird_cc/templates/resources') diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index f82157c..4609519 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -47,7 +47,7 @@ {% for resource in featured_resources %}
+ style="width: 24rem; border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 5px;"> {{ resource.thumbnail_filename }} @@ -99,7 +99,7 @@ {% for resource in resource_list %} {#
#}
+ style="width: 19rem; border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 4px;"> {{ resource.thumbnail_filename }} -- cgit v1.2.3