Skip to content

Commit 5befc54

Browse files
Update footer.html
1 parent eb7e9de commit 5befc54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a class="relative hover:text-redis-pen-400 w-[82px] mb-7" href="https://redis.io/">
66
{{ partial "icons/logo-script.html" }}
77
</a>
8-
<div class="flex flex-col justify-between mt-8 lg:mt-0 lg:mr-8 gap-2">
8+
<div class="flex flex-col justify-between mt-0 lg:mt-0 lg:mr-8 gap-2">
99
{{/* <div class="flex flex-row gap-2 items-center"><span>Language</span><span>{{ partial "icons/caret.html" }}</span></div> */}}
1010
<div class="flex flex-row gap-2 justify-between lg:justify-normal lg:gap-5 lg:order-first">
1111
<a class="hover:text-redis-pen-400" href="https://www.facebook.com/Redisinc">
@@ -101,7 +101,7 @@ <h3 class="uppercase font-medium text-redis-pen-800 mb-2 mt-2 gap-4">Compare</h3
101101
<span class="">Redis vs Source Available</span>
102102
</a>
103103
</div>
104-
<div class="flex flex-col justify-between grow gap-4">
104+
<div class="flex flex-col gap-4">
105105
<h3 class="uppercase font-medium text-redis-pen-800 mb-2">Company</h3>
106106
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/company">
107107
<span class="">Mission & values</span>

0 commit comments

Comments
 (0)