Skip to content

Commit

Permalink
chore: Remove unneeded page title overrides on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent 98a041e commit 7d1775f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
4 changes: 1 addition & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ const guides = [
const IndexPage = () => (
<Layout>
<SEO />
<PageTitle className={styles.pageTitle}>
Observability for every developer
</PageTitle>
<PageTitle>Observability for every developer</PageTitle>

<section className={styles.intro}>
<div className={styles.introText}>
Expand Down
8 changes: 0 additions & 8 deletions src/pages/index.module.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
.pageTitle {
margin-top: 3.5rem;
margin-bottom: 1.75rem;
font-family: var(--secondary-font-family);
font-size: 2.5rem;
line-height: 2.2rem;
}

.line {
border-bottom: 4px solid var(--color-brand-800);
width: 50px;
Expand Down

0 comments on commit 7d1775f

Please sign in to comment.