Skip to content

Commit

Permalink
fix: fix markdown letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuuY authored and phodal committed Apr 23, 2020
1 parent 13606bb commit 5405e23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/styles/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ $markdown-mid-grey: #666;

h1, h2, h3, h4, h5, h6 {
font-weight: 300;
letter-spacing: -.1rem;
margin-bottom: 2.0rem;
margin-top: 0
}
Expand All @@ -484,13 +483,11 @@ $markdown-mid-grey: #666;

h4 {
font-size: 1.3rem;
letter-spacing: -.08rem;
line-height: 1.5
}

h5 {
font-size: 1.2rem;
letter-spacing: -.05rem;
line-height: 1.5
}

Expand Down

0 comments on commit 5405e23

Please sign in to comment.