update css

This commit is contained in:
Ehab Hassan 2022-04-04 16:35:05 +02:00
parent a904202a0d
commit ec9e9683af
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>