improve styling

This commit is contained in:
Philipp Kühn
2020-04-18 17:54:00 +02:00
parent 2529b9b76f
commit 1cbe32a357
5 changed files with 27 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<template>
<Layout>
<div class="doc-page">
<VueRemarkContent class="doc-page__markdown" />
</div>
</Layout>
</template>
<style lang="scss" src="./style.scss" scoped></style>