Entrance justify-content-center with a sice of md-4

This commit is contained in:
Jelmer Draaijer 2024-02-24 19:31:34 +01:00
parent 8f2b894176
commit 2c93ef4009

View File

@ -9,8 +9,8 @@
{% endblock head_title %}
{% endblock title %}
{% block body %}
<div class="d-flex align-items-center h-100 py-4">
<div class="m-auto py-4 my-4">
<div class="d-flex justify-content-center h-100 py-4">
<div class="col-md-4 py-4 my-4 px-4">
{% block content %}
{% endblock content %}
</div>