This commit is contained in:
SG
2025-06-12 17:43:36 +03:00
parent ab1109a900
commit 6cb80e6720
2 changed files with 6 additions and 12 deletions

View File

@@ -8,11 +8,9 @@
{% block content %}
<div class="row mx-auto justify-content-start g-4 py-4">
<div class="row d-flex justify-content-start g-4 py-4">
{% for content_item in content_items %}
<div class="col">
<div class="col mx-2" style="max-width: 400px;">
<div class="card h-100 px-0 rounded mx-1 my-3" style="width: 100%; width: 350px;">
<div class="card-header">
{% if content_item.image_file %}
@@ -32,11 +30,6 @@
</div>
</div>
</div>
{% endfor %}
</div>
{% endblock %}