change margins for registered users

pull/134/head
Aevann 2023-02-25 20:12:58 +02:00
parent fd4b2037fc
commit 49c0264afd
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-2" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<a href="/users">
<h5 class="text-center mt-0 mb-3">
<h5 class="text-center mt-0 mt-md-2 mb-4">
Current registered users: {{current_registered_users()}}
</h5>
</a>

View File

@ -1,7 +1,7 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-2" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<a href="/users">
<h5 class="text-center mt-0 mb-3">
<h5 class="text-center mt-0 mt-md-2 mb-4">
Current registered users: {{current_registered_users()}}
</h5>
</a>