Skip to content

Commit 4ae627c

Browse files
Update products-dropdown.html
1 parent c066831 commit 4ae627c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ <h3 class="uppercase font-mono mb-2 font-bold">Products</h3>
2222
</div>
2323
</div>
2424

25-
<!-- Second Column (Solutions Content) -->
25+
<!-- Second Column -->
2626
<div class="lg:w-1/2">
27+
<div class="flex flex-col gap-4">
2728
<a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/">
2829
<span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Vector database</span>
2930
<span class="text-redis-pen-600 font-sans font-medium">Build the fastest, most reliable GenAI apps with our advanced vector database.</span>
@@ -36,10 +37,10 @@ <h3 class="uppercase font-mono mb-2 font-bold">Products</h3>
3637
</div>
3738

3839
<!-- Third Column (Tools Content) -->
39-
<div class="w-full bg-gray-100 boarder-none">
40+
<div class="w-full bg-gray-100 boarder-0">
4041
<div class="flex justify-start p-0">
41-
<div class="flex flex-col gap-4">
42-
<h3 class="uppercase font-mono mb-2">Tools</h3>
42+
<div class="flex flex-col gap-0">
43+
<h3 class="uppercase font-mono mb-0">Tools</h3>
4344
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
4445
<a class="flex flex-col group/link" href="https://redis.io/insight">
4546
<span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Insight</span>

0 commit comments

Comments
 (0)