Skip to content

Commit

Permalink
Rosetta: Update max size for Japanese About page headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 17, 2024
1 parent cf60dc3 commit 69cb94d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $wporg-about-breakpoint-max: 1920px;
[lang="ja"] {
.wporg-about-cover-title > span,
.wporg-about-section-heading {
font-size: #{fluid(40px, 96px, $wporg-about-breakpoint-min, $wporg-about-breakpoint-max)} !important;
font-size: #{fluid(40px, 92px, $wporg-about-breakpoint-min, $wporg-about-breakpoint-max)} !important;
}
}

Expand Down

0 comments on commit 69cb94d

Please sign in to comment.