diff options
Diffstat (limited to 'ogcp/templates/macros.html')
-rw-r--r-- | ogcp/templates/macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 4047e87..eda57ed 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -91,7 +91,7 @@ {% endmacro %} {% macro selected_clients() -%} -<hr><h2>{{_('Selected clients')}}</h2> +<h2 class="mx-5 subhead-heading">{{_('Selected clients')}}</h2> <div class="card"> <div class="card-body"> <ul id="clients-color-legend" class="d-flex flex-wrap justify-content-center nav ogcp-nav nav-pills"> |