aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pyblackbird_cc/templates/resources/resource_list.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html
index 98c70e9..c978b31 100644
--- a/pyblackbird_cc/templates/resources/resource_list.html
+++ b/pyblackbird_cc/templates/resources/resource_list.html
@@ -32,12 +32,13 @@
<div class="row my-4">
<div class="col">
{% if resource_list %}
- <div class="d-flex flex-row justify-content-start flex-wrap">
+ <div class="d-flex flex-row justify-content-between flex-wrap">
{% for resource in resource_list %}
<div class="card mx-2 mt-2" style="width: 22rem;">
- <div class="card-header">
+ <div class="card-header position-relative">
<div class="text-success">
Featured
+ <!-- <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger">£5.99!</span> -->
</div>
</div>
<img class="card-img-top" src="{{ resource.thumbnail_urls|first }}"