File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/components/src/components
tools-and-libraries-cards Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export function ExploreMainProductCards({
35
35
< ArrowIcon />
36
36
</ TextLink >
37
37
</ div >
38
- < ul className = "-mx-12 -my-2 flex shrink-0 grow gap-[22px] overflow-auto px-12 py-2 [@media(max-width:1490px)]:w-full [@media(min-width:1490px)]:overflow-visible [&>:nth-child(n+4)]:[@media(min-width:1490px)]:hidden" >
38
+ < ul className = "nextra-scrollbar -mx-12 -my-2 flex shrink-0 grow gap-[22px] overflow-auto px-12 py-2 [@media(max-width:1490px)]:w-full [@media(min-width:1490px)]:overflow-visible [&>:nth-child(n+4)]:[@media(min-width:1490px)]:hidden" >
39
39
{ FOUR_MAIN_PRODUCTS . map ( product => (
40
40
< MainProductCard key = { product . name } as = "li" product = { product } />
41
41
) ) }
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ export function ToolsAndLibrariesCards({
25
25
Discover the complete ecosystem of tools and libraries
26
26
</ Heading >
27
27
< p className = "text-green-800" > Complete GraphQL Federation Stack</ p >
28
- < ul className = "-mx-12 -my-2 flex grid-cols-2 gap-[22px] overflow-auto px-12 py-2 lg:grid xl:grid-cols-4" >
28
+ < ul className = "nextra-scrollbar -mx-12 -my-2 flex grid-cols-2 gap-[22px] overflow-auto px-12 py-2 lg:grid xl:grid-cols-4" >
29
29
{ FOUR_MAIN_PRODUCTS . map ( product => (
30
30
< MainProductCard key = { product . name } as = "li" product = { product } />
31
31
) ) }
32
32
</ ul >
33
33
< p className = "text-green-800" > Our libraries to support all your GraphQL needs</ p >
34
- < ul className = "-mx-12 -my-2 flex h-max grid-cols-6 gap-[22px] overflow-x-auto overflow-y-hidden px-12 py-2 max-sm:-mx-8 max-sm:px-8 sm:grid sm:grid-cols-2 lg:grid-cols-3" >
34
+ < ul className = "nextra-scrollbar -mx-12 -my-2 flex h-max grid-cols-6 gap-[22px] overflow-x-auto overflow-y-hidden px-12 py-2 max-sm:-mx-8 max-sm:px-8 sm:grid sm:grid-cols-2 lg:grid-cols-3" >
35
35
{ SIX_HIGHLIGHTED_PRODUCTS . map ( product => (
36
36
< AncillaryProductCard key = { product . name } as = "li" product = { product } />
37
37
) ) }
You can’t perform that action at this time.
0 commit comments