planetwars.dev/web/pw-server/src/routes/docs/doc.svelte
2022-09-14 20:50:47 +02:00

12 lines
159 B
Svelte

<div class="container markdown-body">
<slot />
</div>
<style lang="scss">
@use "src/styles/variables";
.container {
max-width: 800px;
}
</style>