forked from alemi/upub
fix(web): center align bios
This commit is contained in:
parent
1182cb589f
commit
f4c74addd6
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue