Skip to content

Commit 719a692

Browse files
Update footer.html
1 parent 5befc54 commit 719a692

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="flex flex-col gap-8 lg:max-w-[1920px] grow">
33
<div class="flex flex-col lg:flex-row px-4 pt-8 lg:p-11 justify-between gap-4">
44
<div class="flex flex-col justify-between grow-[2]">
5-
<a class="relative hover:text-redis-pen-400 w-[82px] mb-7" href="https://redis.io/">
5+
<a class="relative hover:text-redis-pen-400 w-[82px] mb-0" href="https://redis.io/">
66
{{ partial "icons/logo-script.html" }}
77
</a>
88
<div class="flex flex-col justify-between mt-0 lg:mt-0 lg:mr-8 gap-2">
@@ -27,7 +27,6 @@
2727
{{ partial "icons/Github.html" }}
2828
</a>
2929
</div>
30-
</div>
3130
<div class="hidden lg:flex flex-col gap-0 bg-neutral-150 lg:bg-white text-[13px]">
3231
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/legal/privacy-policy/">
3332
Privacy

0 commit comments

Comments
 (0)