소스 검색

Annexe en drapeau

Tibo 4 년 전
부모
커밋
0fe10f9083
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>