styling for user pages

This commit is contained in:
Burak Civan
2022-08-15 11:49:09 +03:00
parent 2265809d82
commit 88da20b297
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
</h2>
@if (!empty($description))
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
<span class="text-sm font-light text-black block gap-x-1 mt-1">
{!! $description !!}
</span>
@endif