FIX:
- Correccion doble burguer menu en la version mobile. - Agregado boton de ingresar en sidebar para la version mobile.
This commit is contained in:
@@ -24,13 +24,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Mobile Menu Button -->
|
||||
<button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-gray-400 rounded-lg md:hidden hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-neon-lime" aria-controls="navbar-default" aria-expanded="false">
|
||||
<span class="sr-only">Abrir menú</span>
|
||||
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
|
||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
|
||||
</svg>
|
||||
</button>
|
||||
<!-- Old Mobile Menu Button Removed -->
|
||||
|
||||
<!-- Links -->
|
||||
<div class="hidden w-full md:block md:w-auto" id="navbar-default">
|
||||
|
||||
Reference in New Issue
Block a user