diff options
Diffstat (limited to 'pyblackbird_cc/templates')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} <!-- <div class="card mx-2 mt-2 shadow-sm ey_literacy_border" style="width: 24rem;"> --> <div class="card mx-2 mt-2 shadow-sm" - style="width: 24rem; border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 8px;"> + style="width: 24rem; border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 5px;"> <img class="card-img-top" src="{{ resource.thumbnail_urls|first }}" alt="{{ resource.thumbnail_filename }}"/> @@ -99,7 +99,7 @@ {% for resource in resource_list %} {# <div class="card mx-4 mt-4 border border-width-1" style="width: 17rem;">#} <div class="card mx-2 mt-2 shadow-sm border-width-1" - style="width: 19rem; border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 8px;"> + style="width: 19rem; border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 4px;"> <img class="card-img-top" src="{{ resource.thumbnail_urls|first }}" alt="{{ resource.thumbnail_filename }}"/> |