aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-26 21:23:32 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-26 21:23:32 +0100
commite18ea3cf7ff41bea1dec442c476f435acf0769e0 (patch)
tree2cf8da5d7efa15c2cfdb32ffb4d43179908a1c67 /pyblackbird_cc/templates
parent7bf80aea5823078a9be4e5ff26841645803e7671 (diff)
Tweaking borders
Diffstat (limited to 'pyblackbird_cc/templates')
-rw-r--r--pyblackbird_cc/templates/resources/resource_list.html2
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 }}" />