Skip to content

Commit 82767a3

Browse files
Update header.html
1 parent 9f0508c commit 82767a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="h-full flex items-center mx-4 grow">
88
<div class="hidden lg:flex flex-row h-full items-center">
99
<div class="group h-full px-2 xl:px-[14px]">
10-
<a class="hidden lg:flex group flex-row h-full items-center pl-2 xl:pl-[14px]" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Why Redis</span></a>
10+
<a class="hidden lg:flex group flex-row h-full items-center mr-2 pr-2 pl-2 xl:pl-[14px]" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Why Redis</span></a>
1111
</div>
1212
<div class="group h-full px-2 xl:px-[14px]">
1313
<div class="flex flex-row h-full items-center cursor-pointer w-[10ch] justify-between">
@@ -23,7 +23,7 @@
2323
</div>
2424
{{ partial "header/learn-dropdown.html" . }}
2525
</div>
26-
<a class="hidden lg:flex group flex-row items-center mr-2 pr-4" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Docs</span></a>
26+
<a class="hidden lg:flex group flex-row items-center mr-2 pr-2" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Docs</span></a>
2727
<a class="hidden lg:flex group flex-row items-center ml-2 pl-4 xl:pl-[14px]" href="https://redis.io/pricing"><span class="group-hover:font-bold">Pricing</span></a>
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)