Skip to content

Commit

Permalink
Make news main headline bigger on share images
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed May 28, 2024
1 parent 031cd6f commit 6e82988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/changelog_web/templates/episode/img_news.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<span><%= NewsView.read_duration(@episode) %> Min Read / <%= NewsView.listen_duration(@episode) %> Min Listen</span>
</div>

<h1 class="news-heading display-2xl"><%= NewsView.title(@episode) %></h1>
<h1 class="news-heading display-3xl"><%= NewsView.title(@episode) %></h1>

<ul class="news-articles sans-xl">
<%= for headline <- NewsView.headlines(@episode) do %>
Expand Down

0 comments on commit 6e82988

Please sign in to comment.