Adjust navigation width on small screens

This commit is contained in:
Oliver Davies 2020-12-27 02:21:20 +00:00
parent 702b755319
commit 91cee26e71

View file

@ -12,7 +12,7 @@
</button> </button>
</div> </div>
</div> </div>
<div class="absolute top-16 w-full bg-white" x-cloak x-show="isOpen"> <div class="w-full h-full fixed top-16 right-0 border-l-2 bg-white sm:max-w-sm" x-cloak x-show="isOpen">
<ul> <ul>
{% for item in menuLinks.findAll %} {% for item in menuLinks.findAll %}
<li x-data="{ isOpen: false }"> <li x-data="{ isOpen: false }">