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() {
2525 < section ref = { sectionRef } className = "gql-container gql-section xl:py-20" >
2626 < SectionLabel className = "mb-6" > How it works</ SectionLabel >
2727 < 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 */ }
2829 < div className = "relative" >
2930 < 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" >
3031 < HowItWorksListItem text = "Describe your data" code = { < CodeA /> } />
You can’t perform that action at this time.
0 commit comments