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 cd05ef8 commit d2ce063Copy full SHA for d2ce063
layouts/partials/header.html
@@ -16,8 +16,8 @@
16
</div>
17
{{ partial "header/products-dropdown.html" . }}
18
19
- <div class="group h-full px-2 xl:px-[14px] hidden lg:flex">
20
- <div class="flex flex-row h-full items-center cursor-pointer w-[10ch] ">
+ <div class="group h-full px-2 xl:px-[14px]">
+ <div class="hidden lg:flex flex-row h-full items-center cursor-pointer w-[10ch] ">
21
<span class="inline-block group-hover:font-bold">Learn</span>
22
<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>
23
0 commit comments