forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-01 11:23:29 -06:00
parent fa332840c3
commit 287a15ccf8
2 changed files with 1 additions and 13 deletions

View File

@ -247,7 +247,7 @@
{% block postNav %}
{% endblock %}
<div class="flex h-screen pt-2 sm:pt-16 bg-gray-500">
<div class="flex h-screen pt-2 md:pt-16 bg-gray-500">
<div class="w-full overflow-y-auto">
{% block desktopUserBanner %}

View File

@ -153,16 +153,4 @@
</form>
</div>
</div>
<div class="hidden" id="mobile-menu">
<div class="px-2 pt-2 pb-3 space-y-1">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
<a href="#" class="bg-gray-900 text-white block px-3 py-2 rounded-md text-base font-medium" aria-current="page">Dashboard</a>
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Team</a>
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Projects</a>
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Calendar</a>
</div>
</div>
</nav>