diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-29 14:35:05 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-29 14:35:05 +0100 |
commit | 35a2334c5c6fab308cdfc2c992d75a8d917eda91 (patch) | |
tree | 21929fa7e8b6571db7fad2ff443c415eaa8c30de /pyblackbird_cc/templates/resources | |
parent | 385ec08042bbb3bb6a28a61985315f98a0a8e874 (diff) |
Card border changes
Diffstat (limited to 'pyblackbird_cc/templates/resources')
-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 }}"/> |