Browse Source

Titre annexe gauce

Tibo 4 years ago
parent
commit
9726c2715c
2 changed files with 3 additions and 2 deletions
  1. 1 0
      src/css/styles_de_paragraphes.scss
  2. 2 2
      src/pages/Index.vue

+ 1 - 0
src/css/styles_de_paragraphes.scss

@@ -142,6 +142,7 @@
 	text-transform: uppercase;
 	text-align: left;
 }
+
 .pagedjs_right_page .section-title:not(.still){
 	text-align: right;
 }

+ 2 - 2
src/pages/Index.vue

@@ -68,8 +68,8 @@
   <!-- Sections -->
   <div v-for="edge in orderBy($page.sections.edges,'node.Ordre')">
     <div v-if="edge.node.espace" class="blank-page no-folio breakBeforeLeft" />
-    <h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak">{{edge.node.Titre}}</h2>
-    <VueMarkdown class="chapter-content">{{edge.node.Contenu}}
+    <h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak still">{{edge.node.Titre}}</h2>
+    <VueMarkdown class="section-content">{{edge.node.Contenu}}
     </VueMarkdown>
   </div>
   <!-- Credits -->