Skip to content

Commit

Permalink
Corrige tamanho da fonte
Browse files Browse the repository at this point in the history
Signed-off-by: DaviMarinho <[email protected]>
  • Loading branch information
DaviMarinho committed Dec 1, 2023
1 parent 38597c6 commit 787b9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/video-comment/video-comment.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
/>
</div>
<div class="w-10/12 min-w-min">
<div class="font-bold font-custom text-xl max-w-prose">
<div class="font-custom font-bold text-sm">
{{ comment.user_name }}:
</div>
<div class="font-custom text-xl max-w-prose">
<div class="font-custom font-normal text-sm whitespace-nowrap" >
<p>{{ comment.content }}</p>
</div>
</div>
Expand Down

0 comments on commit 787b9f0

Please sign in to comment.