Skip to content

Commit

Permalink
feat: Add intro-text class to index page and remove duplicate styles
Browse files Browse the repository at this point in the history
jerelmiller committed Jun 23, 2020
1 parent 7a61a40 commit d404bad
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ const IndexPage = ({ pageContext }) => (
<PageTitle>Observability for every developer</PageTitle>

<section className={styles.intro}>
<div className={styles.introText}>
<div className={cx(styles.introText, 'intro-text')}>
<p>
Welcome to the New Relic developer site! Here, you’ll find the tools
and resources you need to build on and customize the platform.
11 changes: 0 additions & 11 deletions src/pages/index.module.scss
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit d404bad

Please sign in to comment.