File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/components/index-page/how-it-works Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export function HowItWorks() {
25
25
< section ref = { sectionRef } className = "gql-container gql-section xl:py-20" >
26
26
< SectionLabel className = "mb-6" > How it works</ SectionLabel >
27
27
< h2 className = "typography-h2 mb-6 lg:mb-16" > A GraphQL Query</ h2 >
28
+ { /* todo: we need to wrap this in a vertical scrollview with max width about 420px as we now use position: absolute for dynamic content */ }
28
29
< div className = "relative" >
29
30
< ol className = "gql-radial-gradient list-none gap-px max-md:bg-gradient-to-r max-md:from-transparent max-md:via-neu-400 max-md:to-transparent lg:grid lg:grid-cols-3" >
30
31
< HowItWorksListItem text = "Describe your data" code = { < CodeA /> } />
You can’t perform that action at this time.
0 commit comments