Browse Source

Annexe en drapeau

Tibo 4 years ago
parent
commit
0fe10f9083
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Index.vue

+ 1 - 1
src/pages/Index.vue

@@ -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>