update content component

This commit is contained in:
2023-11-29 16:29:29 +02:00
parent 47c5710e54
commit 15c17995ec
4 changed files with 13 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<body>
{% include "partials/header.html" %}
<div id="content" class="p-4 pt-24 lg:pt-0 sm:p-12 lg:p-0 overflow-hidden">
<div id="content" class="p-4 pt-24 sm:p-12 overflow-hidden">
{% block content %}{% endblock %}
</div>
{% include "partials/footer.html" %}