Skip to content

Commit dedb23a

Browse files
Update products-dropdown.html
1 parent 1cc08e6 commit dedb23a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

layouts/partials/header/products-dropdown.html

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

3838
<!-- Third Column (Tools Content) -->
39-
<div class="lg:w-60 bg-gray-100">
40-
<div class="flex flex-col">
39+
<div class="w-screen bg-gray-100">
40+
<div class="flex justify-start p-8">
41+
<div class="flex flex-col gap-4">
4142
<h3 class="uppercase font-mono mb-2">Tools</h3>
4243
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
4344
<a class="flex flex-col group/link" href="https://redis.io/insight">
@@ -50,6 +51,7 @@ <h3 class="uppercase font-mono mb-2 mt-24 font-bold">Get Redis</h3>
5051
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }}
5152
</div>
5253
</div>
54+
</div>
5355
</div>
5456
</div>
5557
</div>

0 commit comments

Comments
 (0)