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

<style scoped lang="scss">
  .container {
    width: 800px;
    margin: 0 auto;
  }
</style>