fix margin on mobile

This commit is contained in:
SvyatoslavArtymovych 2023-04-25 15:35:33 +03:00
parent 9e871662be
commit 61b1c6f5a0
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -82,7 +82,7 @@
{% include 'book/add_book_modal.html' %}
<div class="ml-64 p-0 mt-16 h-full overflow-x-scroll">
<div class="p-0 mt-16 h-full overflow-x-scroll md:ml-64">
<!-- Main Content -->
{% block content %}{% endblock %}
</div>