website/src/routes/admin/+layout.svelte

10 lines
124 B
Svelte

<slot />
<style>
:global(.col) {
display: flex;
flex-direction: column;
width: fit-content;
gap: 10px;
}
</style>