Skip to content

Commit d9a44c0

Browse files
Update header.html
1 parent 7b96ec3 commit d9a44c0

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
@@ -13,13 +13,13 @@
1313
</div>
1414
{{ partial "header/products-dropdown.html" . }}
1515
<div class="group h-full px-2 xl:px-[14px]">
16-
<div class="flex flex-row h-full ml-2 mr-2 pr-4 items-center cursor-pointer w-[10ch]">
16+
<div class="flex flex-row h-full ml-2 mr-4 pr-4 items-center cursor-pointer w-[10ch]">
1717
<span class="inline-block group-hover:font-bold">Resources</span>
1818
<span class="inline-block ml-2 mt-1 text-redis-red-500 group-hover:rotate-180 transition-all ease-in-out duration-200">{{ partial "icons/caret.html" }}</span>
1919
</div>
2020
{{ partial "header/learn-dropdown.html" . }}
2121
</div>
22-
<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>
22+
<a class="hidden lg:flex group flex-row items-center ml-2 mr-2 pr-2" href="https://redis.io/docs/latest/"><span class="group-hover:font-bold">Docs</span></a>
2323
<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>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)