admin responsive V1

This commit is contained in:
jleroy2023
2024-11-25 11:36:12 +01:00
parent 732587fa84
commit ab51562177
5 changed files with 12 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
<nav class="bg-gray-800 text-white p-5 w-64 h-screen fixed">
<nav class="bg-gray-800 text-white p-5 w-64 h-screen fixed sm:w-48 md:w-64 lg:w-64 xl:w-64">
<h3 class="text-xl font-bold text-center mb-5">Administration</h3>
<ul class="space-y-4">
<li>
@@ -22,4 +22,4 @@
</a>
</li>
</ul>
</nav>
</nav>