Skip to content

Commit

Permalink
Merge pull request #1625 from newrelic/details-padding-2
Browse files Browse the repository at this point in the history
chore: adds H1 padding + how to use update
  • Loading branch information
aswanson-nr authored Sep 15, 2021
2 parents 52300a0 + ccfc8b4 commit 191b7a8
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/templates/QuickstartDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const QuickstartDetails = ({ data, location }) => {
h1 {
font-weight: normal;
grid-area: title;
padding-bottom: 1rem;
}
`}
>
Expand Down Expand Up @@ -263,17 +264,14 @@ const QuickstartDetails = ({ data, location }) => {
<ol>
<li>
<Link to={SIGNUP_LINK}>Sign Up</Link> for a free New Relic
account (or <Link to={LOGIN_LINK}>Log In</Link> to your
existing account)
account or <Link to={LOGIN_LINK}>Log In</Link> to your
existing account.
</li>
<li>Click the green install button above</li>
<li>Click the green install button above.</li>
<li>
Follow the instructions to install the necessary
instrumentation to get the data used in this quickstart
</li>
<li>
Enjoy the dashboards, alerts, and applications filled with
insights on our environment and services.
Install the quickstart to get started or improve how you
monitor your environment. They’re filled with pre-built
resources like dashboards, instrumentation, and alerts.
</li>
</ol>
</PageTools.Section>
Expand Down

0 comments on commit 191b7a8

Please sign in to comment.