Skip to content

Commit

Permalink
Merge pull request #668 from newrelic/cayla/image-fix
Browse files Browse the repository at this point in the history
fixes nerd size image
  • Loading branch information
jerelmiller authored Aug 21, 2020
2 parents f3e1174 + 1c7bfad commit 081cb56
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,21 @@ const IndexPage = ({ data, pageContext }) => {
<Link to="/nerd-days">Learn more</Link>
</p>
</div>

<img
src={nerdDays}
alt="nerd days header"
<div
css={css`
flex: 1;
margin-top: 0;
width: 100%;
`}
/>
>
<img
css={css`
width: inherit;
`}
src={nerdDays}
alt="nerd days header"
/>
</div>
</section>

<section className={cx(styles.section, styles.stripedSection)}>
Expand Down

0 comments on commit 081cb56

Please sign in to comment.