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/auth/user_form.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/auth/user_form.html')
-rw-r--r-- | ogcp/templates/auth/user_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/auth/user_form.html b/ogcp/templates/auth/user_form.html index 7b6b338..1cba9b2 100644 --- a/ogcp/templates/auth/user_form.html +++ b/ogcp/templates/auth/user_form.html @@ -7,7 +7,7 @@ {% block nav_user_add %}active{% endblock %} {% block content %} -<h1 class="m-5">{% block subhead_heading %}{% endblock %}</h1> +<h2 class="mx-5 subhead-heading">{% block subhead_heading %}{% endblock %}</h2> <form action="{% block form_action %}{% endblock %}" method="post" class="form"> {{ form.hidden_tag() }} |