Adjust navigation width on small screens
This commit is contained in:
parent
702b755319
commit
91cee26e71
|
@ -12,7 +12,7 @@
|
|||
</button>
|
||||
</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>
|
||||
{% for item in menuLinks.findAll %}
|
||||
<li x-data="{ isOpen: false }">
|
||||
|
|
Loading…
Reference in a new issue