diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-26 21:10:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-26 21:10:36 +0100 |
commit | 7bf80aea5823078a9be4e5ff26841645803e7671 (patch) | |
tree | 442763865c9f59b6b76a5422df01b8da87e478bc /pyblackbird_cc | |
parent | 4b0f9c66d6e6b300ab6c88f8aa7230e238074cd0 (diff) |
Changes the flex alignment to start for non-featured resources
Diffstat (limited to 'pyblackbird_cc')
-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 1420c0b..513c0b2 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -91,7 +91,7 @@ <h5 class="display-6">Standard resources</h5> </div> </div> - <div class="d-flex flex-row justify-content-center flex-wrap"> + <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;"> <img class="card-img-top" |