Skip to content

Commit

Permalink
Merge pull request #2590 from Automattic/fix/reader-heading-line-heights
Browse files Browse the repository at this point in the history
Reader: Adjust line-heights
  • Loading branch information
blowery committed Jan 19, 2016
2 parents 83c4b0d + bd3a0f6 commit e51d154
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions client/reader/full-post/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,40 +155,37 @@
position: relative;

font-size: 16px;
line-height: 1.8;
line-height: 1.7;
overflow-wrap: break-word;
word-wrap: break-word;

h1 {
font-size: 28px;
line-height: 1.4;
font-weight: 700;
margin: 0 0 16px 0;
}

h2 {
font-size: 24px;
line-height: 1.2;
font-weight: 700;
margin: 0 0 8px 0;
}

h3 {
font-size: 20px;
line-height: 1.2;
font-weight: 700;
margin: 0 0 8px 0;
}

h4 {
font-size: 18px;
line-height: 1.2;
font-weight: 700;
margin: 0 0 8px 0;
}

p {
margin: 0 0 24px 0;

&:last-child {
margin-bottom: 0;
}
Expand Down

0 comments on commit e51d154

Please sign in to comment.