Edit core/templates/core/dashboard.html via Editor

This commit is contained in:
Flatlogic Bot 2026-01-22 17:10:28 +00:00
parent 4020d1cb0d
commit 7b38cb6a06

View File

@ -187,9 +187,9 @@
</div>
</div>
<div class="d-flex justify-content-between align-items-center mb-0 mt-4">
<div class="d-flex justify-content-between align-items-center mb-0 mt-5">
<div>
<h2 class="mb-1">Client Breakdown</h2>
<h2 class="">Client Breakdown</h2>
</div>
</div>
@ -197,7 +197,7 @@
{% if client_stats %}
{% for client_stat in client_stats %}
<div class="row g-4 mt-5">
<div class="row g-4 mt-3">
<div class="card border-0 shadow-none mb-4">
<div class="card-header bg-white py-3 border-0">
<h3 class="mb-0">{{ client_stat.client_name }}</h3>