forked from brooksbingham/theme-elegance
fix: spacing between main menu and shopping cart for mobile view
parent
354bcc9603
commit
82bcb9eda0
|
@ -19,7 +19,7 @@
|
|||
{/if}
|
||||
{/function}
|
||||
|
||||
<button class="toggle-main-menu absolute right-4 top-1/2 block -translate-y-1/2 p-3 ring-primary focus:ring-2 lg:hidden">
|
||||
<button class="toggle-main-menu absolute right-4 top-1/2 block -translate-y-1/2 ring-primary focus:ring-2 lg:hidden">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M4 6l16 0"></path>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<div class="w-full">
|
||||
{hook h='displayMainMenu'}
|
||||
</div>
|
||||
<div class="relative right-16 items-center justify-end sm:flex lg:right-0">
|
||||
<div class="relative right-12 items-center justify-end sm:flex lg:right-0">
|
||||
{hook h='displayTop'}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue