Skip to content

Commit d2ce063

Browse files
Update header.html
1 parent cd05ef8 commit d2ce063

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
@@ -16,8 +16,8 @@
1616
</div>
1717
{{ partial "header/products-dropdown.html" . }}
1818
</div>
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] ">
19+
<div class="group h-full px-2 xl:px-[14px]">
20+
<div class="hidden lg:flex flex-row h-full items-center cursor-pointer w-[10ch] ">
2121
<span class="inline-block group-hover:font-bold">Learn</span>
2222
<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>
2323
</div>

0 commit comments

Comments
 (0)