Skip to content

Commit

Permalink
Make line-height unitless (#56)
Browse files Browse the repository at this point in the history
With fixed units, the line height is too small for headings that wrap (e.g., long post titles).
  • Loading branch information
kcarnold committed Jan 19, 2022
1 parent a8ae2c5 commit 50fc665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
max-width: 800px;
margin: auto;
padding: 1em;
line-height: 1.5em;
line-height: 1.5;
}

/* header and footer areas */
Expand Down

0 comments on commit 50fc665

Please sign in to comment.