update css
This commit is contained in:
parent
a904202a0d
commit
ec9e9683af
@ -9,7 +9,7 @@
|
|||||||
<div id="content" class="p-8 pt-12 sm:p-12 md:p-16 lg:p-20">
|
<div id="content" class="p-8 pt-12 sm:p-12 md:p-16 lg:p-20">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<div class="p-8 sm:p-12 md:p-16 lg:p-20">
|
<div class="p-8">
|
||||||
{% include "partials/footer.html" %}
|
{% include "partials/footer.html" %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<main class="lg:-mt-6">
|
<main class="lg:-mt-6">
|
||||||
{{ section.content | safe}}
|
{{ section.content | safe}}
|
||||||
<hr>
|
<!-- <hr> -->
|
||||||
{% include "partials/page_list.html" %}
|
{% include "partials/page_list.html" %}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user