Explorar o código

Annexe en drapeau

Tibo %!s(int64=4) %!d(string=hai) anos
pai
achega
0fe10f9083
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>