diff --git a/src/components/EmptyTab.js b/src/components/EmptyTab.js index 7ff1c51b..26bfd13a 100644 --- a/src/components/EmptyTab.js +++ b/src/components/EmptyTab.js @@ -3,6 +3,7 @@ import PropTypes from 'prop-types'; import { css } from '@emotion/react'; import { Button, Icon, Link } from '@newrelic/gatsby-theme-newrelic'; import { QUICKSTARTS_REPO } from '../data/constants'; +import GitHubIconSVG from '../components/Icons/GitHubIconSVG'; const EmptyTab = ({ quickstartName, @@ -39,20 +40,32 @@ const EmptyTab = ({ `} > + ); diff --git a/src/components/LandingPageFooter.js b/src/components/LandingPageFooter.js index 6318f3fa..2ff39391 100644 --- a/src/components/LandingPageFooter.js +++ b/src/components/LandingPageFooter.js @@ -26,6 +26,7 @@ const LandingPageFooter = ({ grid-template-columns: repeat(4, 1fr); gap: 10px; grid-auto-rows: minmax(100px, auto); + font-size: 18px; @media (max-width: 760px) { grid-template-columns: repeat(1, 1fr); @@ -36,24 +37,36 @@ const LandingPageFooter = ({ @media (min-width: 760px) { margin-left: 156px; margin-right: 155px; - h3 { - margin-bottom: 58px + h6 { + margin-bottom: 66px; + font-weight: 400; + + } + .collaborate-section { + margin-bottom: 34px !important; } } + + @media not all and (min-resolution:.001dpcm) and max-width: 760px { + @media { + grid-template-columns: repeat(1, 1fr); + margin-left: 40px; + margin-right: 23px; + }} `}> -

+

Authors -
+

{quickstart.authors.join(', ')}

-

+

Support -
+
-

+

Collaborate on this quickstart -
+