Skip to content

Commit

Permalink
Add image border for episode content
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jan 3, 2025
1 parent b35c1eb commit b668861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opsmaru_web/live/episode_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ defmodule OpsmaruWeb.EpisodeLive do
</div>
<h1 class="text-3xl font-semibold -mb-1">{@episode.title}</h1>
</div>
<div class="mt-8 prose max-w-max">
<div class="mt-8 prose prose-img:rounded-2xl max-w-max">
{raw(render_markdown(@episode.content))}
</div>
<hr class="my-16" />
Expand Down

0 comments on commit b668861

Please sign in to comment.