templates: reduce size of client list title

Reduce the size of the tittle message containing "Selected clients"
in the bock showing the client pills.
master
Alejandro Sirgo Rica 2024-09-17 13:18:57 +02:00
parent 19295f8158
commit 9bf161fc7a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
{% endmacro %}
{% macro selected_clients() -%}
<h2 class="mx-5 subhead-heading">{{_('Selected clients')}}</h2>
<h3 class="mx-5 subhead-heading">{{_('Selected clients')}}</h3>
{% include 'client_status_leyend.html' %}