add some styling

This commit is contained in:
Philipp Kühn
2021-01-29 14:59:05 +01:00
committed by Hans Pagel
parent ba49b3b362
commit 7eeb4265fd
9 changed files with 157 additions and 19 deletions

View File

@@ -1,8 +1,10 @@
<template>
<Layout>
<div class="doc-page">
<VueRemarkContent class="doc-page__markdown" />
</div>
<app-section>
<div class="doc-page">
<VueRemarkContent class="doc-page__markdown" />
</div>
</app-section>
</Layout>
</template>
@@ -19,7 +21,13 @@ query($path: String!) {
</page-query>
<script>
import AppSection from '@/components/AppSection'
export default {
components: {
AppSection,
},
metaInfo() {
return {
title: this.$page?.docPage?.title,