Font change

This commit is contained in:
Hollgy 2024-03-25 14:15:05 +01:00
parent dd1a419244
commit 3b52b1b7e8

View file

@ -24,7 +24,7 @@ export function Comment(props: { comment: PublicComment }): JSXElement {
<time class="text-xs opacity-50">{creationDate()}</time> <time class="text-xs opacity-50">{creationDate()}</time>
</div> </div>
)} )}
<div class="">{content()}</div> <div class="text-base">{content()}</div>
<div class="divider" /> <div class="divider" />
</> </>
); );