Skip to content

Commit

Permalink
Reduce font size of About page headings
Browse files Browse the repository at this point in the history
Adjust to match revised design and stop wrapping.

See #442
  • Loading branch information
adamwoodnz committed May 23, 2024
1 parent f96b60e commit edb42fa
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,15 @@ $wporg-about-breakpoint-max: 1920px;

.wporg-about-cover-title > span,
.wporg-about-section-heading {
font-size: #{fluid(52px, 125px, $wporg-about-breakpoint-min, $wporg-about-breakpoint-max)} !important;
display: inline-block;
}

.wporg-about-cover-title > span {
font-size: #{fluid(52px, 96px, $wporg-about-breakpoint-min, $wporg-about-breakpoint-max)} !important;
}

.wporg-about-section-heading {
font-size: #{fluid(52px, 90px, $wporg-about-breakpoint-min, $wporg-about-breakpoint-max)} !important;
position: relative;

&::after {
Expand Down

0 comments on commit edb42fa

Please sign in to comment.