Skip to content

Commit

Permalink
Merge pull request #41 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 1ea9348 + 901be91 commit a7aaa10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.3.0] - 2024-06-26

- TMS-1054: Remove hero overlay-toggle from single page editor
Expand Down
6 changes: 3 additions & 3 deletions partials/single-blog-article.dust
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
{/content.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 All @@ -42,7 +42,7 @@
{?share_links}
<div class="entry__share-links">
<h2 class="h6 mt-6 mb-6">
{Strings.s.share.share_article|s}
{Strings.s.share.share_article|html}
</h2>

{>"ui/share-links" share_links=share_links li_class="mr-4" /}
Expand Down
4 changes: 2 additions & 2 deletions partials/single.dust
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{/content.has_image}

{?content.post_excerpt}
<p class="entry__lead">
<p class="entry__lead is-size-5">
{content.post_excerpt|kses}
</p>
{/content.post_excerpt}
Expand All @@ -48,7 +48,7 @@
{?share_links}
<div class="entry__share-links is-flex is-flex-wrap-wrap is-flex-direction-column is-align-content-flex-start">
<h2 class="h6 mt-6 mb-6 has-text-left">
{Strings.s.share.share_article|s}
{Strings.s.share.share_article|html}
</h2>

{>"ui/share-links" share_links=share_links li_class="mr-4" /}
Expand Down

0 comments on commit a7aaa10

Please sign in to comment.