mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Entrance justify-content-center with a sice of md-4
This commit is contained in:
parent
8f2b894176
commit
2c93ef4009
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user