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 6444575 commit a6b5461Copy full SHA for a6b5461
layouts/partials/header.html
@@ -4,7 +4,8 @@
4
<a class="relative text-redis-red-500 w-[82px] -mt-[5px] mr-[4px]" href="https://redis.io/">
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">
9
<div class="group h-full px-2 xl:px-[14px]">
10
<div class="flex flex-row h-full items-center cursor-pointer w-[10ch] justify-between">
11
<span class="inline-block group-hover:font-bold">Products</span>
0 commit comments