Skip to content

Commit

Permalink
linespacing edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickllerandi committed Jun 2, 2019
1 parent 5954522 commit 16fd174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/homepage/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ const HomepageStyled = styled.div`
justify-content: space-between;
align-items: center;
border-bottom: 1px solid ${lighterblack};
font-size: 1.35rem;
font-size: 1.4rem;
}
&__h1 {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
/* letter-spacing: 1px; */
padding: 1.5rem 3rem;
}
Expand Down

0 comments on commit 16fd174

Please sign in to comment.