Annexe en drapeau

This commit is contained in:
Tibo
2020-01-12 18:02:14 +01:00
parent 440a175e83
commit 0fe10f9083
+1 -1
View File
@@ -68,7 +68,7 @@
<!-- Sections -->
<div v-for="edge in orderBy($page.sections.edges,'node.Ordre')">
<h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak">{{edge.node.Titre}}</h2>
<VueMarkdown class="chapter-content justify">{{edge.node.Contenu}}
<VueMarkdown class="chapter-content">{{edge.node.Contenu}}
</VueMarkdown>
</div>
</Layout>