diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-26 17:24:55 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-26 17:24:55 +0100 |
commit | 2bf5333199b74f7f52706b79a58c29055b10b786 (patch) | |
tree | 3321b34a632b9f736a0f6aa53ff81fc38a189651 /pyblackbird_cc/templates/resources | |
parent | 3396cf72bd18775f92f3036766c7a18647c0c624 (diff) |
Changes the layout of the index slightly - better spacing
Diffstat (limited to 'pyblackbird_cc/templates/resources')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index 1f92a65..7fdd092 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -92,9 +92,9 @@ <h5 class="display-6">Standard resources</h5> </div> </div> - <div class="d-flex flex-row justify-content-between flex-wrap"> + <div class="d-flex flex-row justify-content-center flex-wrap"> {% for resource in resource_list %} - <div class="card mx-2 mt-2" style="width: 22rem;"> + <div class="card mx-4 mt-4" style="width: 32rem;"> <img class="card-img-top" src="{{ resource.thumbnail_urls|first }}" alt="{{ resource.thumbnail_filename }}" /> |