Skip to content

Commit

Permalink
2024 Theme: Reduce line-height of Learning Pathway card description
Browse files Browse the repository at this point in the history
See #2625
  • Loading branch information
adamwoodnz committed Jul 9, 2024
1 parent 89ba283 commit fa88c03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ function render_full_card( $learning_pathway ) {
<h2 class="wp-block-heading has-charcoal-1-color has-text-color has-link-color has-large-font-size" style="margin-top:0;line-height:1.3">%2$s</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>%3$s</p>
<!-- wp:paragraph {"className":"is-style-short-text"} -->
<p class="is-style-short-text">%3$s</p>
<!-- /wp:paragraph -->
</div>
Expand Down

0 comments on commit fa88c03

Please sign in to comment.