Fix Render

This commit is contained in:
2024-12-21 16:06:23 +01:00
parent 41a3b75c97
commit 8c6f5f5729
2 changed files with 4 additions and 19 deletions

View File

@@ -42,7 +42,7 @@
}
</script>
<div>
<div class="p-3 bg-gray-200 dark:bg-neutral-800 rounded-2xl w-3/4 mx-auto">
<table>
<thead>
<tr class="font-bold border-b">
@@ -70,10 +70,4 @@
{/each}
</tbody>
</table>
</div>
<style lang="scss">
div {
@apply p-3 bg-gray-200 dark:bg-neutral-800 rounded-2xl w-3/4 mx-auto;
}
</style>
</div>