increase margin

pull/222/head
Aevann 2024-02-14 11:51:23 +02:00
parent 1c6990142c
commit 17079671b1
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<input autocomplete="off" class="form-control" id="username" type="text" name="username" required>
<label for="email" class="mt-3">Email</label>
<input type="email" autocomplete="off" class="form-control" id="password" name="email" required>
<input autocomplete="off" class="btn btn-primary login w-100 mt-3" type="submit" value="Send recovery link">
<input autocomplete="off" class="btn btn-primary login w-100 mt-4" type="submit" value="Send recovery link">
</form>
</div>
{% endblock %}

View File

@ -11,7 +11,7 @@
<input autocomplete="off" class="form-control" id="password" type="password" name="password" required>
<label for="email" class="mt-3">Email</label>
<input autocomplete="off" class="form-control" id="password" type="email" name="email" required{% if v %} value="{{v.email}}" disabled{% endif %}>
<input autocomplete="off" class="btn btn-primary login w-100 mt-3" type="submit" value="Send recovery link">
<input autocomplete="off" class="btn btn-primary login w-100 mt-4" type="submit" value="Send recovery link">
</form>
</div>
{% endblock %}