feat(templates/base.html): enclose content block in padded div
This commit is contained in:
@@ -45,8 +45,10 @@
|
||||
{% include "header.html" %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
<div class="grow py-8 px-8">
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</div>
|
||||
{% endblock body %}
|
||||
|
||||
{# Global javascript #}
|
||||
|
||||
Reference in New Issue
Block a user