reduce extremely high margin

pull/180/head
Aevann 2023-08-05 13:20:26 +03:00
parent 31907eff8e
commit 9300ac617b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div class="row justify-content-center">
<div class="col-10 col-md-7">
<h2>{% block authtitle %}{% endblock %}</h2>
<p class="text-muted mb-md-5">{% block authtext %}{% endblock %}</p>
<p class="text-muted mb-md-2">{% block authtext %}{% endblock %}</p>
{% if error %}{{macros.alert(error, true)}}{% endif %}
{% if msg %}{{macros.alert(msg, false)}}{% endif %}
{% block content %}{% endblock %}