Skip to content

Commit

Permalink
Fix text wrapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneuper committed Nov 8, 2023
1 parent fb13af1 commit b08e217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/layouts/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ button.copy-button {
.content h4,
.content h5,
.content h6 {
line-height: $f * $phi;
line-height: $f * $phi + 1;
}

.content h1 {
Expand Down

0 comments on commit b08e217

Please sign in to comment.