chore: layout tweaks

This commit is contained in:
Cory Dransfeldt 2023-09-08 13:54:24 -07:00
parent a9961544e9
commit 971d80c831
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<p class="my-2 flex flex-row items-start md:items-center">
<span class="pt-1 md:pt-0 mr-1">{{ status.emoji }}</span>
<span class="mr-1">{{ status.emoji }}</span>
<span>{{ status.content }}</span>
</p>