improve styling

This commit is contained in:
Philipp Kühn
2021-02-03 23:36:29 +01:00
parent 31ed0fb89b
commit 0759f6f8ab
4 changed files with 141 additions and 136 deletions

View File

@@ -3,6 +3,9 @@
<app-section>
<VueRemarkContent class="text" />
</app-section>
<app-section>
<page-navigation />
</app-section>
</Layout>
</template>
@@ -20,10 +23,12 @@ query($path: String!) {
<script>
import AppSection from '@/components/AppSection'
import PageNavigation from '@/components/PageNavigation'
export default {
components: {
AppSection,
PageNavigation,
},
metaInfo() {