Adjust navigation width on small screens
This commit is contained in:
parent
702b755319
commit
91cee26e71
|
@ -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 }">
|
||||||
|
|
Loading…
Reference in a new issue