Fix styling

This commit is contained in:
Jakob Kordež 2024-06-27 20:04:07 +02:00
parent fcc1341598
commit e43aac8fd0

View File

@ -52,10 +52,13 @@
</table>
<style lang="postcss">
td {
@apply text-left;
}
td:first-of-type {
@apply pr-2 text-right text-xs;
@apply pr-2 text-xs;
}
td:last-of-type {
@apply text-left font-medium;
@apply font-medium;
}
</style>