Skip to content

Commit

Permalink
Merge pull request #180 from devgeniem/TMS-1057
Browse files Browse the repository at this point in the history
TMS-1057: Increase articles lead-text font-size
  • Loading branch information
eebbi authored Aug 20, 2024
2 parents cc06167 + 10ffcc6 commit 3d81b1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1057: Increase articles lead-text font-size

## [1.8.16] - 2024-06-26

- TMS-925:
Expand Down
2 changes: 1 addition & 1 deletion partials/single-blog-article.dust
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{/content.image}

{?content.post_excerpt}
<p class="entry__lead">
<p class="entry__lead is-size-5">
{content.post_excerpt|kses}
</p>
{/content.post_excerpt}
Expand Down
4 changes: 2 additions & 2 deletions partials/single.dust
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
{/content.has_image}

{?content.post_excerpt}
<p class="entry__lead">
{content.post_excerpt|s}
<p class="entry__lead is-size-5">
{content.post_excerpt|html}
</p>
{/content.post_excerpt}

Expand Down

0 comments on commit 3d81b1c

Please sign in to comment.