fix(web): center align bios

This commit is contained in:
əlemi 2024-05-03 01:00:48 +02:00
parent 1182cb589f
commit f4c74addd6
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -153,7 +153,7 @@ pub fn UserPage(tl: Timeline) -> impl IntoView {
None
}}
</div>
<p class="ml-2 mt-1" inner_html={mdhtml::safe_html(&summary)}></p>
<p class="ml-2 mt-1 center" inner_html={mdhtml::safe_html(&summary)}></p>
</div>
</div>
<TimelineFeed tl=tl />