update nav mobile

This commit is contained in:
2023-07-16 16:27:59 +03:00
parent 2ebd9bfd7f
commit cbecfa38f4
3 changed files with 3 additions and 3 deletions

View File

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