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

<style scoped lang="scss">
  .container {
    max-width: 800px;
  }
</style>