Skip to content

Commit faa9bb5

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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-120">
2+
<div class="lg:w-60">
33
<div class="flex flex-col gap-4">
44
<h3 class="uppercase font-mono mb-2">Products</h3>
5-
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
5+
<div class="w-120 h-px bg-redis-pen-300 my-4"></div>
66
<a class="flex flex-col group/link" href="https://redis.io/docs/latest/get-started">
77
<span class="group-hover/link:text-redis-red-500 tracking-tight">Community Edition</span><span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span>
88
</a>
@@ -41,8 +41,6 @@ <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>
44-
</div>
45-
</div>
46-
</div>
44+
4745
</div>
4846
</div>

0 commit comments

Comments
 (0)