diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-27 10:14:23 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-27 10:14:23 +0200 |
commit | 5ad2d2e72c8fc02474369fac1d3a39f9b3589368 (patch) | |
tree | aa106a9e9d4dc62381066c41b6dc1d5b0009f2ba /ogcp/templates/macros.html | |
parent | 977b457d5ce7661e8b4680d5543ad4d31063dcf1 (diff) |
ogcp: improve page heading style
Make headings take less space and have a dashed line under them.
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"> |