We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b5461 commit dfa2a19Copy full SHA for dfa2a19
layouts/partials/header.html
@@ -13,7 +13,7 @@
13
</div>
14
{{ partial "header/products-dropdown.html" . }}
15
<div class="group h-full px-2 xl:px-[14px]">
16
- <div class="flex flex-row h-full ml-2 items-center cursor-pointer w-[10ch]">
+ <div class="flex flex-row h-full ml-2 mr-2 pr-2 items-center cursor-pointer w-[10ch]">
17
<span class="inline-block group-hover:font-bold">Resources</span>
18
<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>
19
0 commit comments