aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes/docs/doc.svelte
blob: 5b2c6864d7adb6927306ac9f27b3b8c48db14c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="container markdown-body">
  <slot />
</div>

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

</style>