Skip to content

Commit 0e80e83

Browse files
Update products-dropdown.html
1 parent 3962e74 commit 0e80e83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="flex flex-col lg:hidden lg:group-hover:flex lg:absolute lg:left-40 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">
2+
<div class="lg:w-120">
33
<div class="flex flex-col gap-4">
44
<h3 class="uppercase font-mono mb-2">Products</h3>
55
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
@@ -35,13 +35,14 @@ <h3 class="uppercase font-mono mb-2">Tools</h3>
3535
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Insight</span>
3636
</a>
3737
<a class="flex flex-col group/link" href="https://redis.io/clients">
38-
<span class="group-hover/link:text-redis-red-500 tracking-tight">Clients & Connectors</span>
38+
<span class="group-hover/link:text-redis-red-500 mb-22 tracking-tight">Clients & Connectors</span>
3939
</a>
40-
<h3 class="uppercase font-mono mb-12">Get Redis</h3>
40+
<h3 class="uppercase font-mono mb-2">Get Redis</h3>
4141
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }}
4242
</div>
4343
</div>
4444
</div>
45+
</div>
4546
</div>
4647
</div>
4748
</div>

0 commit comments

Comments
 (0)