Skip to content

Commit c066831

Browse files
Update products-dropdown.html
1 parent 62007e4 commit c066831

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

layouts/partials/header/products-dropdown.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h3 class="uppercase font-mono mb-2 font-bold">Products</h3>
55
<div class="w-full h-px bg-redis-pen-300 my-4"></div> <!-- Horizontal line spans full width -->
66

77
<!-- First Column (Products Content) -->
8-
<div class="lg:max-w-16">
8+
<div class="lg:w-1/2">
99
<div class="flex flex-col gap-4">
1010
<a class="flex flex-col group/link" href="https://redis.io/docs/latest/get-started">
1111
<span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Community Edition</span>
@@ -23,7 +23,7 @@ <h3 class="uppercase font-mono mb-2 font-bold">Products</h3>
2323
</div>
2424

2525
<!-- Second Column (Solutions Content) -->
26-
<div class="lg:max-w-16">
26+
<div class="lg:w-1/2">
2727
<a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/">
2828
<span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Vector database</span>
2929
<span class="text-redis-pen-600 font-sans font-medium">Build the fastest, most reliable GenAI apps with our advanced vector database.</span>
@@ -36,7 +36,7 @@ <h3 class="uppercase font-mono mb-2 font-bold">Products</h3>
3636
</div>
3737

3838
<!-- Third Column (Tools Content) -->
39-
<div class="w-full bg-gray-100">
39+
<div class="w-full bg-gray-100 boarder-none">
4040
<div class="flex justify-start p-0">
4141
<div class="flex flex-col gap-4">
4242
<h3 class="uppercase font-mono mb-2">Tools</h3>
@@ -55,5 +55,4 @@ <h3 class="uppercase font-mono mb-2 mt-24">Get Redis</h3>
5555
</div>
5656
</div>
5757
</div>
58-
</div>
5958

0 commit comments

Comments
 (0)