Skip to content

Commit

Permalink
crosslinks titles to lexa h4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Dec 13, 2024
1 parent c96f753 commit 32faf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/local_wb_news/wb_news_crosslinks_card.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="card d-flex flex-row h-100 align-items-start wb_news_card_crosslinks{{#lightmode}} wb_news-light{{/lightmode}}{{#cssclasses}} {{cssclasses}}{{/cssclasses}} {{#editmode}} mb-4 {{/editmode}}"{{#bgcolor}} style="background-color: {{bgcolor}};"{{/bgcolor}}>
{{#icon}}<img src="{{icon}}" aria-label="{{icontext}}" class="col-md-3 mr-3">{{/icon}}
<div>
<h3>{{{headline}}}</h3>
<h4 class="lexa-h4">{{{headline}}}</h4>
{{{description}}}
{{#btntext}}
<a href="{{btnlink}}">{{btntext}}</a>
Expand Down

0 comments on commit 32faf1a

Please sign in to comment.