Skip to content

Commit

Permalink
Add balanced text wrapping for page and article titles on webkit.org
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271187

Reviewed by Tim Nguyen.

* Websites/webkit.org/wp-content/themes/webkit/style.css:
(main h1,):

Canonical link: https://commits.webkit.org/276363@main
  • Loading branch information
jdatapple committed Mar 19, 2024
1 parent 80d190d commit afa827f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Websites/webkit.org/wp-content/themes/webkit/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,7 @@ article h1 a {
letter-spacing: 0.004rem;
line-height: 1.10746;
text-align: center;
text-wrap: balance;
text-decoration: none;
color: hsl(0, 0%, 26.7%);
color: var(--text-color-heading);
Expand Down

0 comments on commit afa827f

Please sign in to comment.