ui - centering things without breaking sticky navbar and menu

This commit is contained in:
bunkerity
2021-08-09 17:10:26 +02:00
parent bcd421de09
commit 0573ba7b5a
5 changed files with 40 additions and 32 deletions

View File

@@ -9,9 +9,13 @@
{% include "menu.html" %}
<div class="container d-flex justify-content-center align-items-center" style="height: 100%;">
{% block content %}{% endblock %}
</div>
<main class="flex-shrink-0 text-center">
<div class="container">
{% block content %}{% endblock %}
</div>
</main>
<!--<div class="flex-shrink-0 container d-flex justify-content-center align-items-center" style="height: 100%; padding-top: 50px;">
</div>-->
{% include "footer.html" %}