refac: styling

This commit is contained in:
Timothy J. Baek 2024-05-16 17:55:27 -10:00
parent 1140036f20
commit 325fd2b97b

View File

@ -117,7 +117,7 @@ display_message()
{#if executed}
<div class="bg-[#202123] text-white px-4 py-4 rounded-b-lg">
<div class=" text-gray-500 text-sm mb-1">STDOUT/STDERR</div>
<div class=" text-gray-500 text-xs mb-1">STDOUT/STDERR</div>
<div id="code-output-{id}" class="text-sm" />
</div>
{/if}