Skip to content

Commit

Permalink
Rosetta sites: Prevent the emphasized word in the random heading from…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 18, 2024
1 parent ecacf4f commit 2ded9f5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ $wporg-about-breakpoint-max: 1920px;
}

[lang="ja"] {
.wp-block-wporg-random-heading > strong {
display: inline-block;
}

.wporg-about-cover-title > span,
.wporg-about-section-heading {
font-size: #{fluid(40px, 92px, $wporg-about-breakpoint-min, $wporg-about-breakpoint-max)} !important;
Expand Down

0 comments on commit 2ded9f5

Please sign in to comment.