diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-28 16:46:21 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-28 16:46:21 +0100 |
commit | c9f42f64b641bc5e98c1b1746e599ff0889e13ad (patch) | |
tree | 73ddbf615de571b817ddc5f70583374fe453bad1 /pyblackbird_cc/templates | |
parent | dcefb7dfc5b171fcc18fb0adf11a49cb39ff2c6b (diff) |
Tweak to the width of the non-featured resource card
Diffstat (limited to 'pyblackbird_cc/templates')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index 454ba45..0bac0f8 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -95,7 +95,8 @@ <div class="d-flex flex-row justify-content-start flex-wrap"> {% 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: 17rem; border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 8px;"> + <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;"> <img class="card-img-top" src="{{ resource.thumbnail_urls|first }}" alt="{{ resource.thumbnail_filename }}" /> |