Skip to content

Commit e259878

Browse files
Update products-dropdown.html
1 parent 31978f7 commit e259878

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
<div class="menu-nav-primary-container">
2-
<ul id="menu-nav-primary" class="menu">
1+
<div class="flex flex-col lg:hidden lg:group-hover:flex lg:absolute lg:left-11 lg:border lg:border-redis-pencil-300 bg-white lg:p-8 lg:flex-row lg:rounded-b-md gap-8 text-[15px]">
2+
<div class="lg:w-60">
3+
<div class="flex flex-col gap-4">
4+
<h3 class="uppercase font-mono mb-2">Products</h3>
5+
<ul id="menu-nav-primary" class="menu">
36
<!-- Top-level menu item -->
47
<li id="menu-item-153729"
58
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-153729 sub-menu-toggler ">
@@ -63,3 +66,10 @@
6366
</li></ul>
6467
</li> </div>
6568
</ul> </li>
69+
</div>
70+
</div>
71+
</div>
72+
73+
74+
75+

0 commit comments

Comments
 (0)