summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/cache.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-27 10:14:23 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-27 10:14:23 +0200
commit5ad2d2e72c8fc02474369fac1d3a39f9b3589368 (patch)
treeaa106a9e9d4dc62381066c41b6dc1d5b0009f2ba /ogcp/templates/actions/cache.html
parent977b457d5ce7661e8b4680d5543ad4d31063dcf1 (diff)
ogcp: improve page heading style
Make headings take less space and have a dashed line under them.
Diffstat (limited to 'ogcp/templates/actions/cache.html')
-rw-r--r--ogcp/templates/actions/cache.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html
index e6db31f..6443640 100644
--- a/ogcp/templates/actions/cache.html
+++ b/ogcp/templates/actions/cache.html
@@ -10,9 +10,9 @@
{% set ip_list = form.ips.data.split(' ') %}
{% set ip_count = ip_list | length %}
-<h1 class="m-5">
+<h2 class="mx-5 subhead-heading">
{{ _('Manage Cache') }}
-</h1>
+</h2>
<p>{{ _('Check free cache space in the client\'s bubbles:') }}</p>