File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments