fix hamburger menu

This commit is contained in:
samaradel
2023-08-20 15:45:37 +03:00
parent dfdcc8a4fc
commit e365f53b35
391 changed files with 44 additions and 5450 deletions

View File

@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" charset="utf-8">
{% include "partials/head.html" %}
{% include "partials/header.html" %}
<body>
{% include "partials/header.html" %}
<div id="content" class="py-4 sm:py-12 md:py-16 lg:py-18 overflow-hidden">
{% block content %}{% endblock %}
</div>