Skip to content

Commit

Permalink
Allow hyphens in page titles (fix #56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jul 11, 2019
1 parent 170556d commit f84264e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/assets/styles/layouts/pages/_generic.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
}

.page-header h1 {
hyphens: auto;
line-height: calc(44 / 36);
margin-top: var(--spacing-30);
}
Expand Down

0 comments on commit f84264e

Please sign in to comment.