File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
< header
2
- class ="sticky top-0 z-50 w-full border-b border-redis-pen-300 bg-white text-midnight-900 font-mono text-[15px] flex justify-center ">
2
+ class ="sticky top-0 h-[70px] z-50 w-full border-b border-redis-pen-300 bg-white text-midnight-900 font-mono text-[15px] flex justify-center ">
3
3
{{/* {{ partial "banner.html" . }} */}}
4
4
< div class ="flex h-[70px] px-4 lg:pl-11 lg:pr-0 items-center self-center grow ">
5
5
< a class ="relative text-redis-red-500 w-[82px] -mt-[5px] mr-[4px] " href ="https://redis.io/ ">
Original file line number Diff line number Diff line change 1
1
< div
2
- class ="flex flex-col font-sans lg:hidden lg:group-hover:flex lg:absolute lg:left-25 lg:border lg:border-redis-pencil-300 bg-white lg:p-8 lg: flex-row lg:rounded-b-md gap-8 text-[15px] ">
2
+ class ="flex flex-col font-sans lg:hidden lg:group-hover:flex lg:absolute lg:left-25 lg:border lg:border-redis-pencil-300 bg-white lg:flex-row lg:rounded-b-md gap-8 text-[15px] ">
3
3
< div class ="p-10 ">
4
4
< h2 class ="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400 ">
5
5
Products</ h2 >
@@ -41,14 +41,14 @@ <h2 class="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium upperc
41
41
</ ul >
42
42
43
43
</ div >
44
- < div class ="flex flex-col bg-redis-neutral-200 p-10 ">
44
+ < div class ="flex flex-col bg-redis-neutral-200 p-8 ">
45
45
< div class ="mb-4 ">
46
46
< h2 class ="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400 ">
47
47
Tools</ h2 >
48
48
< ul class ="space-y-4 ">
49
- < li class =" w-[16rem] " > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/insight/ "> Redis
49
+ < li > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/insight/ "> Redis
50
50
Insight</ a > </ li >
51
- < li class =" w-[16rem] " > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/clients/ "> Clients
51
+ < li > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/clients/ "> Clients
52
52
and connectors</ a > </ li >
53
53
</ ul >
54
54
</ div >
Original file line number Diff line number Diff line change 1
1
< div
2
- class ="flex flex-col font-sans lg:hidden lg:group-hover:flex lg:absolute lg:left-25 lg:border lg:border-redis-pencil-300 bg-white lg:p-8 lg: flex-row lg:rounded-b-md gap-8 text-[15px] ">
2
+ class ="flex flex-col font-sans lg:hidden lg:group-hover:flex lg:absolute lg:left-25 lg:border lg:border-redis-pencil-300 bg-white lg:flex-row lg:rounded-b-md gap-8 text-[15px] ">
3
3
< div class ="p-10 ">
4
4
< div >
5
5
< h2 class ="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400 ">
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ module.exports = {
58
58
900 : '#091A23'
59
59
} ,
60
60
'redis-neutral' : {
61
+ 200 : '#F9F9F9' ,
62
+ 600 : '#bfc2c4' ,
61
63
800 : '#4E545B'
62
64
}
63
65
} ,
You can’t perform that action at this time.
0 commit comments