update index layout to "justify-content-between"

the preview cards
This commit is contained in:
SG
2025-06-13 18:42:49 +03:00
parent ece9730f37
commit c9c1c883a2

View File

@@ -6,7 +6,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div class="row justify-content-start g-4 mb-4 py-4"> <div class="row justify-content-between g-4 mb-4 py-4">
{% for content_item in content_items %} {% for content_item in content_items %}
<div class="col-auto align-items-stretch d-flex mx-2" style="width: 100%; width: 24em;"> <div class="col-auto align-items-stretch d-flex mx-2" style="width: 100%; width: 24em;">
<div class="card h-100 px-0 rounded mx-1 my-3" style="width: 100%; width: 22em;"> <div class="card h-100 px-0 rounded mx-1 my-3" style="width: 100%; width: 22em;">