Design is hard: make blog posts left-aligned

This commit is contained in:
Laura Hausmann 2022-12-10 01:27:18 +01:00
parent b2ede78d97
commit 167c6e339c
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -16,6 +16,6 @@
<b>@Model.Post.PublishedOn.ToString("yyyy-MM-dd")</b> - @Utils.a_an(Model.Post.ReadTimeMinutes) @Model.Post.ReadTimeMinutes minute read (150 wpm)
<h1 id="post">@Model.Post.Title</h1>
<div style="text-align: justify">
<div>
@Html.Raw(Model.Post.Content)
</div>