remove unnecessarily-huge padding

pull/221/head
Aevann 2024-01-12 15:45:57 +02:00
parent fd8a10b6fc
commit ee40b2f29d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% block content %}
<div id="login-form">
<h2>Two-step login</h2>
<p class="text-muted mb-md-5">To login, please enter the 6-digit verification code generated in your authenticator app.</p>
<p class="text-muted mb-md-2">To login, please enter the 6-digit verification code generated in your authenticator app.</p>
{% if failed %}{{macros.alert('Invalid verification code. Please try again.', true)}}{% endif %}
</div>
<form action="/login" method="post" class="mt-md-3" id="login">