diff options
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index 513c0b2..d33d6bc 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -45,7 +45,7 @@ </div> <div class="d-flex flex-row justify-content-between flex-wrap"> {% for resource in featured_resources %} - <div class="card mx-2 mt-2 shadow-sm border border-primary border-width-4" style="width: 24rem;"> + <div class="card mx-2 mt-2 shadow-sm border border-2" style="width: 24rem;"> <img class="card-img-top" src="{{ resource.thumbnail_urls|first }}" alt="{{ resource.thumbnail_filename }}" /> |