diff --git a/src/pages/index.js b/src/pages/index.js index a3684fc32..8fd208f7b 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -87,7 +87,7 @@ const IndexPage = ({ pageContext }) => ( Observability for every developer
-
+

Welcome to the New Relic developer site! Here, you’ll find the tools and resources you need to build on and customize the platform. diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index 439969fcc..ecf7b5245 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -6,17 +6,6 @@ @media (max-width: 1080px) { flex-direction: column; } - - button { - margin-top: 1rem; - margin-right: 1rem; - } - - p { - font-size: 1.125rem; - line-height: 1.875rem; - color: var(--color-neutrals-600); - } } .introVideo {