improvements all around
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
|
||||
<body>
|
||||
|
||||
<div id="content">
|
||||
<div id="content" class="p-8 sm:p-12 md:p-16 lg:p-20">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% include "partials/footer.html" %}
|
||||
<div class="p-8 sm:p-12 md:p-16 lg:p-20">
|
||||
{% include "partials/footer.html" %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user