mobile version improvements

This commit is contained in:
timurgordon
2022-05-27 11:22:03 +03:00
parent 72c18f6748
commit 0c6c761250
8 changed files with 98 additions and 40 deletions

View File

@@ -2,11 +2,9 @@
<html lang="en" charset="utf-8">
{% include "partials/head.html" %}
{% include "partials/header.html" %}
<body>
<div id="content" class="p-8 pt-12 sm:p-12 md:p-16 lg:p-20">
<div id="content">
{% block content %}{% endblock %}
</div>