Skip to content

Commit eb7e9de

Browse files
Update footer.html
1 parent 13f0472 commit eb7e9de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

layouts/partials/footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</a>
88
<div class="flex flex-col justify-between mt-8 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> */}}
10-
<div class="flex flex-row gap-10 justify-between lg:justify-normal lg:gap-5 lg:order-first">
10+
<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">
1212
{{ partial "icons/Facebook.html" }}
1313
</a>
@@ -28,14 +28,14 @@
2828
</a>
2929
</div>
3030
</div>
31-
<div class="hidden lg:flex flex-col gap-2 bg-neutral-150 lg:bg-white text-[13px]">
32-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/privacy-policy/">
31+
<div class="hidden lg:flex flex-col gap-0 bg-neutral-150 lg:bg-white text-[13px]">
32+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/legal/privacy-policy/">
3333
Privacy
3434
</a>
35-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/redis-website-terms-of-use/">
35+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/legal/redis-website-terms-of-use/">
3636
Terms of use
3737
</a>
38-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/">
38+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/legal/">
3939
Legal notices
4040
</a>
4141
</div>

0 commit comments

Comments
 (0)