Skip to content

Commit

Permalink
Revert hyphenating the About page headings
Browse files Browse the repository at this point in the history
Hyphenation was added to fix https://meta.trac.wordpress.org/ticket/7398, but we have a better way of handling resizing fonts for rosetta sites now, see #380

Fixes #442
  • Loading branch information
adamwoodnz committed May 23, 2024
1 parent ad035f5 commit f96b60e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/wp-content/themes/wporg-main-2022/src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ $wporg-about-breakpoint-max: 1920px;
.wporg-about-section-heading {
font-size: #{fluid(52px, 125px, $wporg-about-breakpoint-min, $wporg-about-breakpoint-max)} !important;
display: inline-block;
word-break: inherit;
hyphens: auto;
}

.wporg-about-section-heading {
Expand Down

0 comments on commit f96b60e

Please sign in to comment.