diff --git a/src/pages/help/index.jsx b/src/pages/help/index.jsx index 02c90bb81..4740844a0 100644 --- a/src/pages/help/index.jsx +++ b/src/pages/help/index.jsx @@ -74,28 +74,26 @@ class HelpPage extends React.Component { {this.state.searchQuery.length === 0 && (
{Sections.edges.map(({ node }) => ( -
+

{node.name}

-
-
- {Categories.edges - .filter( - ({ node: { frontmatter } }) => - frontmatter.parent_category === node.slug - ) - .map(({ node: { frontmatter } }) => ( -
- - {frontmatter.title} - -
- ))} -
+
+ {Categories.edges + .filter( + ({ node: { frontmatter } }) => + frontmatter.parent_category === node.slug + ) + .map(({ node: { frontmatter } }) => ( +
+ + {frontmatter.title} + +
+ ))}
))} diff --git a/src/scss/_components/_section.scss b/src/scss/_components/_section.scss index 4e62e90cd..aede53d84 100755 --- a/src/scss/_components/_section.scss +++ b/src/scss/_components/_section.scss @@ -41,7 +41,7 @@ } .section--hero { - padding: 25px 0 125px; + padding: 25px 0 80px; overflow: hidden; h1 { diff --git a/src/templates/DataSourcePage.jsx b/src/templates/DataSourcePage.jsx index 1c454d39b..fcbea9cd3 100644 --- a/src/templates/DataSourcePage.jsx +++ b/src/templates/DataSourcePage.jsx @@ -23,7 +23,7 @@ export default function DataSourcePageTemplate({ />

{frontmatter.name}

-
+
+
 + 
  • Supported visualizations: +
    Charts: Line, Bar, Area, Pie, Scatter @@ -122,7 +123,6 @@ export default function DataSourcePageTemplate({ className="img-responsive center-block img-rounded img--has-shadow" alt="Slack chat demo" /> - >