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

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