mirror of
https://github.com/simple-login/app.git
synced 2025-02-21 22:32:56 +08:00
reduce top space in default template
This commit is contained in:
parent
187d8c0ef2
commit
ad7d8741f6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% include "header.html" %}
|
||||
|
||||
<div class="my-2 my-md-2">
|
||||
<div class="container pt-3">
|
||||
<div class="container pt-1">
|
||||
{% block default_content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue