Skip to content

Commit

Permalink
TMS-1057: Change lead-text font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Aug 14, 2024
1 parent bf4347a commit 901be91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partials/single-blog-article.dust
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{/content.image}

{?content.post_excerpt}
<p class="entry__lead is-size-6">
<p class="entry__lead is-size-5">
{content.post_excerpt|html}
</p>
{/content.post_excerpt}
Expand Down
2 changes: 1 addition & 1 deletion 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 is-size-6">
<p class="entry__lead is-size-5">
{content.post_excerpt|kses}
</p>
{/content.post_excerpt}
Expand Down

0 comments on commit 901be91

Please sign in to comment.