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 03ac9db commit 6444575Copy full SHA for 6444575
layouts/partials/header.html
@@ -5,7 +5,7 @@
5
{{ partial "icons/logo-script.html" }}
6
</a>
7
<div class="h-full flex items-center mx-4 grow">
8
- <div class="hidden lg:flex flex-row h-full items-center">
+ <div class="group h-full px-2 xl:px-[14px]">
9
<div class="flex flex-row h-full items-center cursor-pointer w-[10ch] justify-between">
10
<span class="inline-block group-hover:font-bold">Products</span>
11
<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>
0 commit comments