diff --git a/src/pages/index.js b/src/pages/index.js index a9d48aff6..7d6a00e75 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -179,33 +179,37 @@ const IndexPage = ({ data, pageContext }) => { built by the New Relic community.

-
-

- developer champion badge{' '} - New Relic developer champions -

- -

- New Relic Champions are solving big problems using New Relic as - their linchpin and are recognized as experts and leaders in the New - Relic technical community. -

- +
+
+

New Relic developer champions

+

+ New Relic Champions are solving big problems using New Relic as + their linchpin and are recognized as experts and leaders in the + New Relic technical community. +

+ +
+ developer champion badge
diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index 8d7851108..c2861a972 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -106,3 +106,11 @@ border-color: inherit; } } + +.developerChampions { + display: flex; + + img { + height: 9rem; + } +}