fix(templates/base.html): center the content div on page
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
{% include "header.html" %}
|
||||
|
||||
{% block body %}
|
||||
<div class="grow py-8 px-8 {% block content_class %}{% endblock content_class %}">
|
||||
<div class="mx-auto grow py-8 px-8 {% block content_class %}{% endblock content_class %}">
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user